Skip to content

Commit

Permalink
build: ignore snapshot dir manually
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Jul 20, 2022
1 parent 53052ad commit d028c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .fatherrc.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import { defineConfig } from 'father';
export default defineConfig({
cjs: {
output: 'dist',
ignores: ['**/__snapshots__/**'],
},
});

0 comments on commit d028c1d

Please sign in to comment.