Last active
November 8, 2019 18:56
-
-
Save LeiZeng/535de7c66f1a847c7bf80705098ea517 to your computer and use it in GitHub Desktop.
YUI compressor error from babel export default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"presets":["es2015"], | |
"plugins": [ | |
"transform-es3-member-expression-literals", | |
"transform-es3-property-literals" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "yui-babel", | |
"version": "1.0.0", | |
"license": "MIT", | |
"dependencies": { | |
"babel-cli": "^6.18.0", | |
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0", | |
"babel-plugin-transform-es3-property-literals": "^6.8.0", | |
"babel-preset-es2015": "^6.18.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/LeiZeng/babel-yui-compressor-POC