Commit eaa5710c by 万亚飞

fix bug

parent 0b084b2c
...@@ -147,6 +147,9 @@ module.exports = { ...@@ -147,6 +147,9 @@ module.exports = {
] ]
}, },
plugins: [ plugins: [
new webpack.DefinePlugin({
'process.env': env
}),
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
template: './public/index.html', template: './public/index.html',
minify: { minify: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment