Skip to content

Commit b95b09c

Browse files
Semigradskyromainmenke
authored andcommitted
1 parent 55adfe8 commit b95b09c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

plugins/postcss-custom-properties/.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"node": 4
66
}
77
}]
8+
],
9+
"plugins": [
10+
"add-module-exports"
811
]
912
}

plugins/postcss-custom-properties/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"babel-cli": "^6.24.1",
26+
"babel-plugin-add-module-exports": "^0.2.1",
2627
"babel-preset-env": "^1.4.0",
2728
"babel-register": "^6.24.1",
2829
"eslint": "^3.19.0",

0 commit comments

Comments
 (0)