From 27f0f2ec6922be5800b28335e064eba6f4075df9 Mon Sep 17 00:00:00 2001 From: Ryan Burnette Date: Sat, 26 Sep 2020 15:45:20 -0400 Subject: [PATCH] work --- html/webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'