We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3b35e commit 1d66defCopy full SHA for 1d66def
web/vue.config.js
@@ -1,5 +1,12 @@
1
+const webpack = require('webpack');
2
+
3
module.exports = {
4
configureWebpack: {
5
+ plugins: [
6
+ new webpack.DefinePlugin({
7
+ 'process.env.VUE_APP_BUILD_TYPE': JSON.stringify(process.env.VUE_APP_BUILD_TYPE),
8
+ }),
9
+ ],
10
devServer: {
11
historyApiFallback: true,
12
proxy: {
0 commit comments