mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
changed compile format fro cjs to es
This commit is contained in:
parent
65cc743079
commit
069cc18cbf
@ -7,8 +7,8 @@ export default {
|
||||
input: 'src/index.tsx',
|
||||
output: [
|
||||
{
|
||||
file: pkg.main,
|
||||
format: 'cjs',
|
||||
file: 'dist/index.js',
|
||||
format: 'es',
|
||||
exports: 'named',
|
||||
sourcemap: true,
|
||||
strict: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user