feat: disable module preload
This commit is contained in:
@@ -45,6 +45,7 @@ if (isLibraryMode) {
|
||||
export default defineConfig({
|
||||
plugins: plugins,
|
||||
build: {
|
||||
modulePreload: false,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
// [NOTE] when not in library mode, no new keys will be addedd or overwritten
|
||||
|
||||
Reference in New Issue
Block a user