Skip to content

Commit

Permalink
Don't require CSS files in commonjs distribution (#11)
Browse files Browse the repository at this point in the history
* 2.0.0

* [.babelrc] commonjs: exclude css require statements
  • Loading branch information
petermikitsh authored Aug 16, 2018
1 parent fb9d615 commit 8402547
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
{
"generateScopedName": "[name].[local]",
"prepend": [ "./postcss.config.js" ],
"keepImport": true,
"extractCss": {
"dir": "./dist/",
"relativeRoot": "./src/",
Expand Down

0 comments on commit 8402547

Please sign in to comment.