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',
|
input: 'src/index.tsx',
|
||||||
output: [
|
output: [
|
||||||
{
|
{
|
||||||
file: pkg.main,
|
file: 'dist/index.js',
|
||||||
format: 'cjs',
|
format: 'es',
|
||||||
exports: 'named',
|
exports: 'named',
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
strict: false
|
strict: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user