Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianleroux/d66ac6c070cff500d3d0 to your computer and use it in GitHub Desktop.
Save brianleroux/d66ac6c070cff500d3d0 to your computer and use it in GitHub Desktop.
{
"name": "es6-module-example",
"version": "1.0.0",
"scripts": {
"compile": "6to5 --modules common src/echo.js > dist/index.js"
},
"devDependencies": {
"6to5": "*"
}
}
@MylesBorins
Copy link

6to5 --modules commonInterop src/echo.js > dist/index.js is throwing for me

6to5 --modules common src/echo.js > dist/index.js works though

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