mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix hassio in prod?
This commit is contained in:
parent
be6d89bb7a
commit
5b861bb4c6
@ -31,7 +31,10 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
optimization: webpackBase.optimization(latestBuild),
|
optimization: {
|
||||||
|
...webpackBase.optimization(latestBuild),
|
||||||
|
concatenateModules: false,
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.DefinePlugin({
|
new webpack.DefinePlugin({
|
||||||
__DEV__: JSON.stringify(!isProdBuild),
|
__DEV__: JSON.stringify(!isProdBuild),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user