This commit is contained in:
Ryan Burnette 2020-09-26 15:45:20 -04:00
parent f669e11f93
commit 27f0f2ec69
1 changed files with 1 additions and 1 deletions

View File

@ -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'