Created
February 12, 2017 19:53
-
-
Save mattmcla/25e9d87549958d798bcd01c5592a3002 to your computer and use it in GitHub Desktop.
Example .babelrc using babel-plugin-webpack-alias
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
Show hidden characters
| { | |
| "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