mirror of
https://github.com/wharfkit/web-renderer.git
synced 2026-07-21 17:03:31 +00:00
Preventing builtins from being used
This commit is contained in:
@@ -39,6 +39,7 @@ export default [
|
||||
emitCss: false,
|
||||
}),
|
||||
resolve({
|
||||
preferBuiltins: false,
|
||||
browser: true,
|
||||
dedupe: ['svelte'],
|
||||
}),
|
||||
|
||||
@@ -70,6 +70,7 @@ export default {
|
||||
},
|
||||
}),
|
||||
resolve({
|
||||
preferBuiltins: false,
|
||||
browser: true,
|
||||
dedupe: ['svelte'],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user