Skip to content

Commit

Permalink
Adjusted position of rebase plugin to execute first.
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jul 30, 2018
1 parent de9d710 commit 491d0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ function bundleTo({
return dependency.charAt(0) !== "."
},
plugins: [
fileRebase,
nodeResolve({
extensions: [ ".mjs", ".js", ".jsx", ".ts", ".tsx", ".json" ],
jsnext: true,
Expand All @@ -327,7 +328,6 @@ function bundleTo({
yamlPlugin(),
jsonPlugin(),
currentTranspiler,
fileRebase,
transpilerId === "binary" ? executablePlugin() : null
].filter(Boolean)
})
Expand Down

0 comments on commit 491d0ec

Please sign in to comment.