work on admin ui

This commit is contained in:
bkfox
2019-09-05 18:55:44 +02:00
parent 3b82234cb8
commit b96f60e779
65 changed files with 314 additions and 817 deletions

View File

@ -29,6 +29,12 @@ module.exports = (env, argv) => Object({
test: /[\\/]node_modules[\\/]/,
},
admin: {
name: 'admin',
chunks: 'initial',
enforce: true,
test: /assets[\\/]admin[\\/]/,
},
/*noscript: {
name: 'noscript',
@ -81,12 +87,11 @@ module.exports = (env, argv) => Object({
// buefy: 'buefy/dist/buefy.js',
},
modules: [
'assets/css',
'assets/js',
'assets/vue',
'./node_modules',
],
extensions: ['.js', '.vue', '.css', '.styl', '.ttf']
extensions: ['.js', '.vue', '.css', '.scss', '.styl', '.ttf']
},
})