Skip to content

Commit c9fc8c4

Browse files
committed
doc: Update README.md
1 parent cc69199 commit c9fc8c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ function replace(code) {
246246
return transformSync(code, {
247247
babelrc: false,
248248
plugins: [
249-
[plugin, { test: /\.(less|css)$/ }]
249+
[plugin, {
250+
removeExportDefault: true
251+
}]
250252
],
251253
}).code;
252254
}

0 commit comments

Comments
 (0)