Feifan Zhou
Feifan Zhou
This would be life-changing for me
For people finding this issue: Use this plugin only in your `development` env. ```js // Babel config "env": { "development": { "plugins": [ [ "babel-plugin-webpack-alias", { "config": "./path.to.webpack.config" } ]...
Workaround: Use [`babel-plugin-module-resolver`](https://github.com/tleunen/babel-plugin-module-resolver) (which appears to be maintained). You'll have to duplicate the config, but it actually works
Also seeing this issue, quick fix is to comment/remove the Build Phase (click the project at the top of the Xcode navigator, go to the Build Phases tab, and remove...
@ryanfitz is this currently in progress?