Skip to content

Commit

Permalink
Merge pull request mozilla#9249 from MichaelDeBoey/worker-loader-requ…
Browse files Browse the repository at this point in the history
…ires-webpack

'worker-loader' requires 'webpack' as peerDependency
  • Loading branch information
timvandermeij authored Dec 10, 2017
2 parents 70fc464 + 22a0a13 commit 7835983
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,10 @@ gulp.task('dist-pre',
license: DIST_LICENSE,
dependencies: {
'node-ensure': '^0.0.0', // shim for node for require.ensure
'worker-loader': '^1.0.0', // used in external/dist/webpack.json
'worker-loader': '^1.1.0', // used in external/dist/webpack.json
},
peerDependencies: {
'webpack': '^2.0.0 || ^3.0.0', // peerDependency of 'worker-loader'
},
browser: {
'fs': false,
Expand Down

0 comments on commit 7835983

Please sign in to comment.