Skip to content

Instantly share code, notes, and snippets.

@mattmcla
Created February 12, 2017 19:53
Show Gist options
  • Select an option

  • Save mattmcla/25e9d87549958d798bcd01c5592a3002 to your computer and use it in GitHub Desktop.

Select an option

Save mattmcla/25e9d87549958d798bcd01c5592a3002 to your computer and use it in GitHub Desktop.
Example .babelrc using babel-plugin-webpack-alias
{
"presets": [ "es2015", "react", "stage-1" ],
"env": {
"test": {
"plugins": [
[ "babel-plugin-webpack-alias", { "config": "./webpack.config.js" } ]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment