some test code and playing around

This commit is contained in:
vabene1111
2021-01-11 15:04:35 +01:00
parent 5bb20bd479
commit cb913f6cea
13 changed files with 64 additions and 3712 deletions

View File

@ -5,6 +5,10 @@ const pages = {
entry: './src/main.js',
chunks: ['chunk-vendors']
},
'util': {
entry: './src/utils.js',
chunks: ['chunk-vendors']
},
}
module.exports = {