Skip to content

Commit

Permalink
fix(rollup): don't ignore built-in requires to transform into import
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 29, 2021
1 parent 284e5f2 commit 00c6b21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/builder/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ export function getRollupOptions (ctx: BuildContext): RollupOptions {
}),

commonjs({
extensions,
ignore: [
...ctx.externals
]
extensions
})
]
}
Expand Down

0 comments on commit 00c6b21

Please sign in to comment.