1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 09:18:34 +01:00

Fix config entries (#1293)

* Fix config entries

* Reset error msg when flow is closed
This commit is contained in:
Paulus Schoutsen
2018-06-18 09:53:37 -04:00
committed by GitHub
parent 4e608e6a2c
commit dd87502688
6 changed files with 224 additions and 116 deletions
+1
View File
@@ -48,6 +48,7 @@ function createConfig(isProdBuild, latestBuild) {
__BUILD__: JSON.stringify(latestBuild ? 'latest' : 'es5'),
__VERSION__: JSON.stringify(VERSION),
__PUBLIC_PATH__: JSON.stringify(publicPath),
'process.env.NODE_ENV': JSON.stringify(isProdBuild ? 'production' : 'development'),
}),
new CopyWebpackPlugin(copyPluginOpts),
// Ignore moment.js locales