mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix delayed build (#150)
We noticed that the build was outdated and lagged behind 1 build. Reason for this is rollup and its second config. Solved by https://github.com/rollup/rollup/issues/1666#issuecomment-1163091988 This could cause problems when types change
This commit is contained in:
parent
1357a18b65
commit
63e864ff81
@ -87,5 +87,6 @@ export default [
|
|||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
external: [/\.css$/], //, /\.d\.ts$/
|
external: [/\.css$/], //, /\.d\.ts$/
|
||||||
|
watch: false,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user