Skip to content

Commit

Permalink
Merge pull request #9249 from MichaelDeBoey/worker-loader-requires-we…
Browse files Browse the repository at this point in the history
…bpack

'worker-loader' requires 'webpack' as peerDependency
  • Loading branch information
timvandermeij committed Dec 10, 2017
2 parents 095c63c + e3324d4 commit 6ac9e1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gulpfile.js
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 6ac9e1c

Please sign in to comment.