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