Skip to content

Commit

Permalink
Excluded shebang for lockfile package (yarnpkg#5788)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-spyke authored and BYK committed May 20, 2018
1 parent efae7d9 commit bdf1b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-webpack.js
Expand Up @@ -40,6 +40,7 @@ const compiler = webpack({
new webpack.BannerPlugin({
banner: '#!/usr/bin/env node',
raw: true,
exclude: /lockfile/
}),
],
output: {
Expand Down

0 comments on commit bdf1b0f

Please sign in to comment.