mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: fix Dynamic module import is disabled error
This commit is contained in:
committed by
Abdullah Atta
parent
c4a9d244a9
commit
2b74e2afb2
@@ -81,7 +81,12 @@ export default defineConfig({
|
||||
port: 3000
|
||||
},
|
||||
worker: {
|
||||
format: "es"
|
||||
format: "es",
|
||||
rollupOptions: {
|
||||
output: {
|
||||
inlineDynamicImports: true
|
||||
}
|
||||
}
|
||||
},
|
||||
css: {
|
||||
postcss: {
|
||||
|
||||
Reference in New Issue
Block a user