Don't inject a duplicate script tag in react.tmpl (#1030)

This commit is contained in:
Jason Meller 2017-01-19 12:14:43 -05:00 committed by GitHub
parent 35c7fd6e03
commit 77f32a3d4e

View File

@ -14,6 +14,7 @@ var plugins = [
new webpack.optimize.DedupePlugin(),
new HtmlWebpackPlugin({
filename: '../frontend/templates/react.tmpl',
inject: false,
template: 'frontend/templates/react.ejs'
})
];