Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit db5dd5f

Browse files
author
Mark Skelton
committed
options
1 parent af1644c commit db5dd5f

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

extract.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,6 @@ function loadBabelOpts(opts) {
137137
}
138138

139139
opts[key] = fileOpts[key];
140-
141-
if (Array.isArray(fileOpts[key]) && Array.isArray(opts.parserOpts[key])) {
142-
// combine arrays for plugins
143-
opts.parserOpts[key] = opts.parserOpts[key].concat(fileOpts[key]);
144-
} else {
145-
// because some options need to be passed to parser also
146-
opts.parserOpts[key] = fileOpts[key];
147-
}
148140
}
149141

150142
return opts;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@widen/postcss-css-in-js",
3-
"version": "0.37.6",
3+
"version": "0.37.7",
44
"description": "PostCSS syntax for parsing CSS in JS literals",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)