diff --git a/webpack.config.js b/webpack.config.js index e3c4713c37..157e1e4f8d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -14,6 +14,7 @@ var plugins = [ new webpack.optimize.DedupePlugin(), new HtmlWebpackPlugin({ filename: '../frontend/templates/react.tmpl', + inject: false, template: 'frontend/templates/react.ejs' }) ];