docs: updated README

* and small documentation changes
This commit is contained in:
Florent Chehab
2020-04-19 18:14:44 +02:00
parent d5cb969ee5
commit ffff0899cc
4 changed files with 10 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ const devConfig = merge(baseConfig, {
plugins: [
new webpack.HotModuleReplacementPlugin(),
new webpack.NamedModulesPlugin(),
new webpack.NoEmitOnErrorsPlugin(), // don't reload if there is an error
new webpack.NoEmitOnErrorsPlugin(),
].concat(baseConfig.plugins),
});