Fix react/no-danger eslint problem

[MAILPOET-976]
This commit is contained in:
Pavel Dohnal
2017-08-03 10:44:10 +02:00
parent c466e53681
commit 3a0669e1a2
5 changed files with 17 additions and 24 deletions

View File

@@ -50,6 +50,9 @@ var baseConfig = {
])
],
module: {
preLoaders: [
{ test: /\.json$/, loader: "json-loader" },
],
loaders: [
{
test: /\.jsx$/,