import all packages for live demo

This commit is contained in:
Philipp Kühn
2020-10-01 22:52:31 +02:00
parent 68f59c2d98
commit 82b3dc1862
3 changed files with 106 additions and 51 deletions

View File

@@ -45,6 +45,14 @@ module.exports = {
},
],
runtimeCompiler: true,
configureWebpack: {
node: {
fs: 'empty',
child_process: 'empty',
tls: 'empty',
net: 'empty',
},
},
chainWebpack(config) {
// Load variables for all vue-files
const types = ['vue-modules', 'vue', 'normal-modules', 'normal']