Skip to content

Commit

Permalink
fix: make exclude option consistent with described in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Aug 26, 2022
1 parent 1e2edad commit 14ed2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const defaultOptions: Required<PxtoremOptions> = {
replace: true,
atRules: false,
minPixelValue: 0,
exclude: null,
exclude: /node_modules/i,
disable: false,
}

Expand Down

0 comments on commit 14ed2cf

Please sign in to comment.