work
This commit is contained in:
parent
f669e11f93
commit
27f0f2ec69
|
@ -7,7 +7,7 @@ var MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
|||
module.exports = {
|
||||
context: path.resolve(__dirname, 'src'),
|
||||
entry: {
|
||||
vendor: ['vue'],
|
||||
vendor: ['vue', 'vue-router', 'axios'],
|
||||
app: {
|
||||
import: './js/app.js',
|
||||
dependOn: 'vendor'
|
||||
|
|
Loading…
Reference in New Issue