Skip to content

Commit 8402547

Browse files
authored
Don't require CSS files in commonjs distribution (#11)
* 2.0.0 * [.babelrc] commonjs: exclude css require statements
1 parent fb9d615 commit 8402547

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.babelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
{
2020
"generateScopedName": "[name].[local]",
2121
"prepend": [ "./postcss.config.js" ],
22-
"keepImport": true,
2322
"extractCss": {
2423
"dir": "./dist/",
2524
"relativeRoot": "./src/",

0 commit comments

Comments
 (0)