Skip to content

Commit

Permalink
perf: esm/cls browser targets
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Nov 30, 2024
1 parent 9ddf51c commit e867339
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 e867339

Please sign in to comment.