Loïc Peron
Loïc Peron
thanks, sorry I'm not sure to understand as I'm quite new to Javascript and React, I tried the following in my test script but this didn't work: ``` javascript require('babel-register');...
``` ./node_modules/babel-plugin-dynamic-import-node/.babelrc: ------------------------------------------------- { "presets": [ "airbnb" ], "plugins": [ "add-module-exports", ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], ], } ./node_modules/compare-module-exports/.babelrc: ------------------------------------------------- { "presets": [], "env": { "cjs": { "presets": [ [...
Thanks for your help, sorry I need to use `react-app-rewired` to be able to customize `babelrc`, I don't have time right now I'm gonna try this a little bit later...