1
0
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:
Paulus Schoutsen
2019-04-09 15:50:02 -07:00
parent cbe5355d38
commit fe73213643
4 changed files with 118 additions and 72 deletions

View File

@@ -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),