Skip to content

Commit

Permalink
Fix eject for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Oct 23, 2018
1 parent 1f395dc commit 0ec3284
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions template/pnpmfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ function readPackage(pkg, context) {
'postcss-loader': '*',
'istanbul-instrumenter-loader-fix': '*',
'@types/history': '*',
'@types/node': '*',
'source-map': '*',
tapable: '*',
'@types/tapable': '*',
'uglify-js': '*',
'@types/uglify-js': '*',
'cross-env': '*',
'mocha-webpack': '2.0.0-beta.0'
});
Expand Down

0 comments on commit 0ec3284

Please sign in to comment.