diff --git a/html/webpack.common.js b/html/webpack.common.js index d08f7e4..5374abd 100644 --- a/html/webpack.common.js +++ b/html/webpack.common.js @@ -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'