Skip to content

Commit

Permalink
fix: fix webpack issue , remove moduleExternal .
Browse files Browse the repository at this point in the history
  • Loading branch information
l-x-f committed Dec 29, 2023
1 parent 44f0de7 commit 3711424
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/build/common.ts
Expand Up @@ -23,12 +23,7 @@ export const output = join('dist')
export const pkgRoot = join('src')
// 排出的包
export const external = []
export const moduleExternal = [
'zrender',
'number-precision',
'zrender/lib/canvas/Painter',
'zrender/lib/svg/Painter'
]
export const moduleExternal = []
export const target = 'es2018'

// 写 Bundles
Expand Down

0 comments on commit 3711424

Please sign in to comment.