diff --git a/template/webpack.config.js b/template/webpack.config.js index 52fdb8c..5eef813 100644 --- a/template/webpack.config.js +++ b/template/webpack.config.js @@ -31,6 +31,11 @@ module.exports = { } ] }, + resolve: { + alias: { + 'vue$': 'vue/dist/vue' + } + }, devServer: { historyApiFallback: true, noInfo: true