Skip to content

Commit c2eace2

Browse files
author
Rodrigo Solis
committed
Merge branch 'develop'
* develop: release 1.0.0 🎉
2 parents 1620f79 + 9161a2c commit c2eace2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"stage-3",
1414
"flow"
1515
],
16-
"plugins": ["external-helpers"],
16+
"plugins": ["external-helpers"]
1717
}
1818
}
1919
}

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
commonjs(),
2020
resolve(),
2121
json(),
22-
babel(babelrc({ addModuleOptions: false, addExternalHelpersPlugin: true })),
22+
babel(babelrc({ addModuleOptions: false })),
2323
uglify({}, minify)
2424
],
2525
output: [

0 commit comments

Comments
 (0)