Michael

Results 1 comments of Michael

I had the same problem. This is what works for me. package.json ``` { name: "MyApp", ... } ``` .babelrc ``` plugins: [ ["module-resolver", { "root": ["./src"], "alias": { "@screens":...