Skip to content

Commit

Permalink
fix: Transform modules via Babel to CommonJS instead of UMD
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbuchar committed Jan 25, 2019
1 parent 1e51167 commit 48d560a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Expand Up @@ -14,6 +14,6 @@ module.exports = {
plugins: [
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-proposal-class-properties',
'@babel/plugin-transform-modules-umd',
'@babel/plugin-transform-modules-commonjs',
],
};
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.1.6",
"@hellosign/eslint-config": "^1.4.0",
"babel-core": "^7.0.0-bridge.0",
Expand Down

0 comments on commit 48d560a

Please sign in to comment.