mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Don't inject a duplicate script tag in react.tmpl (#1030)
This commit is contained in:
parent
35c7fd6e03
commit
77f32a3d4e
@ -14,6 +14,7 @@ var plugins = [
|
||||
new webpack.optimize.DedupePlugin(),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: '../frontend/templates/react.tmpl',
|
||||
inject: false,
|
||||
template: 'frontend/templates/react.ejs'
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user