mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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: [
|
||||
new webpack.DefinePlugin({
|
||||
__DEV__: JSON.stringify(!isProdBuild),
|
||||
|
Loading…
x
Reference in New Issue
Block a user