mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-25 05:06:18 +00:00
Fix hassio
This commit is contained in:
@@ -31,11 +31,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
optimization: {
|
||||
...webpackBase.optimization(latestBuild),
|
||||
// Try #4323432 to get hass.io to wrk on es5
|
||||
concatenateModules: false,
|
||||
},
|
||||
optimization: webpackBase.optimization(latestBuild),
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
__DEV__: JSON.stringify(!isProdBuild),
|
||||
|
||||
Reference in New Issue
Block a user