Use vue runtime only build
This commit is contained in:
@@ -56,12 +56,13 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'vue$': 'vue/dist/vue.common.js'
|
'vue$': 'vue/dist/vue.runtime.js'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
historyApiFallback: true,
|
historyApiFallback: true,
|
||||||
noInfo: true,
|
noInfo: true,
|
||||||
|
disableHostCheck: true,
|
||||||
proxy: [
|
proxy: [
|
||||||
// Proxy requests to BE in DEV mode
|
// Proxy requests to BE in DEV mode
|
||||||
// https://webpack.github.io/docs/webpack-dev-server.html#proxy
|
// https://webpack.github.io/docs/webpack-dev-server.html#proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user