Skip to content

Commit

Permalink
fixes issue #4 (#5)
Browse files Browse the repository at this point in the history
Fix autobuild. #4
  • Loading branch information
dalmo3 committed Jan 31, 2020
1 parent da7eb2a commit efcd255
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ module.exports = {
to: path.join(distRootPath, 'manifest.json'),
toType: 'file',
}
]),
],{
copyUnmodified: true // resolve conflict with `CleanWebpackPlugin`
}),
new webpack.DefinePlugin({
'NODE_ENV': JSON.stringify(nodeEnv),
'WEB_BROWSER': JSON.stringify(webBrowser),
Expand Down

0 comments on commit efcd255

Please sign in to comment.