Skip to content

Instantly share code, notes, and snippets.

@LeiZeng
Last active November 8, 2019 18:56
Show Gist options
  • Save LeiZeng/535de7c66f1a847c7bf80705098ea517 to your computer and use it in GitHub Desktop.
Save LeiZeng/535de7c66f1a847c7bf80705098ea517 to your computer and use it in GitHub Desktop.
YUI compressor error from babel export default
{
"presets":["es2015"],
"plugins": [
"transform-es3-member-expression-literals",
"transform-es3-property-literals"
]
}
{
"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"
}
}
@LeiZeng
Copy link
Author

LeiZeng commented Dec 27, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment