Skip to content

Commit 82ba89b

Browse files
committed
fix(bundle): webpack must bundle with compiler-core because Vugel uses some internals
1 parent 34fd255 commit 82ba89b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = require("@planning.nl/webpack-config")({
1212
externals: {
1313
vue: { ...vueExternals },
1414
"@vue/runtime-core": { ...vueExternals },
15-
"@vue/compiler-core": { ...vueExternals },
1615
"@vue/reactivity": { ...vueExternals },
1716
},
1817
});

0 commit comments

Comments
 (0)