Skip to content

Commit

Permalink
perf: esm/cls browser targets (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: 🏎️ Imer <[email protected]>
  • Loading branch information
afc163 and YumoImer authored Dec 1, 2024
1 parent 13c22c2 commit 9e8234d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .fatherrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class CodecovWebpackPlugin {

export default defineConfig({
plugins: ['@rc-component/father-plugin'],
targets: {
chrome: 80,
},
esm: {
input: 'components/',
ignores: ['**/demo/**', '**/__tests__/**'],
Expand All @@ -34,9 +37,6 @@ export default defineConfig({
path: 'dist/',
filename: 'antdx',
},
targets: {
chrome: 80,
},
sourcemap: true,
generateUnminified: true,
externals: {
Expand Down

0 comments on commit 9e8234d

Please sign in to comment.