Skip to content

Commit

Permalink
dont apply shebang loader to binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Dec 27, 2018
1 parent 8a3f3ab commit 942becf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ module.exports = (
},
{
parser: { amd: false },
test: /^(.(?!.*\.node$))*$/,
use: [{
loader: __dirname + "/loaders/shebang-loader.js"
}]
Expand Down

0 comments on commit 942becf

Please sign in to comment.