Skip to content

Commit 176d215

Browse files
committed
refactor(build): Add babel-plugin-add-module-exports to allow ECMA2015 module support
1 parent 751c03c commit 176d215

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"es2015"
2626
],
2727
"plugins": [
28+
"add-module-exports",
2829
[
2930
"transform-es2015-modules-umd",
3031
{
@@ -53,6 +54,7 @@
5354
},
5455
"devDependencies": {
5556
"babel-core": "^6.7.7",
57+
"babel-plugin-add-module-exports": "^0.2.1",
5658
"babel-plugin-transform-es2015-modules-umd": "^6.5.0",
5759
"babel-preset-es2015": "^6.5.0",
5860
"babel-register": "^6.7.2",

0 commit comments

Comments
 (0)