Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: 修正无法引用 events 包的问题 (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck authored Jan 18, 2020
1 parent 5f6ccfd commit b7ec83f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remax-cli/src/build/rollupConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export default function rollupConfig(
customResolveOptions: {
moduleDirectory: 'node_modules',
},
preferBuiltins: false,
}),
commonjs({
include: /node_modules/,
Expand Down

0 comments on commit b7ec83f

Please sign in to comment.