Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 12, 2022
1 parent cc69199 commit c9fc8c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ function replace(code) {
return transformSync(code, {
babelrc: false,
plugins: [
[plugin, { test: /\.(less|css)$/ }]
[plugin, {
removeExportDefault: true
}]
],
}).code;
}
Expand Down

0 comments on commit c9fc8c4

Please sign in to comment.