Skip to content

Commit

Permalink
build(bundler-webpack): ignore client dir for cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Jul 20, 2022
1 parent aadc487 commit b5c6f95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/bundler-webpack/.fatherrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { defineConfig } from 'father';

export default defineConfig({
extends: '../../.fatherrc.base.ts',
cjs: {
ignores: ['src/client/**'],
},
esm: {
output: 'client',
ignores: [
Expand Down

0 comments on commit b5c6f95

Please sign in to comment.