Skip to content

Commit

Permalink
fix(build): Copy all files between builds
Browse files Browse the repository at this point in the history
Closes #1468
  • Loading branch information
rylek90 authored and shantanuraj committed Aug 21, 2019
1 parent 360f687 commit 27c408a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports = config(({ development, bugsnagApiKey, production, release, vers
to: 'firefox/manifest.json',
transform: transformManifest('firefox')
}
]),
], { copyUnmodified: true }),
production && release &&
new BugsnagSourceMapUploaderPlugin({
apiKey: bugsnagApiKey,
Expand Down

0 comments on commit 27c408a

Please sign in to comment.