Tomás Milar
Tomás Milar
> > ```js > > config.module.rules = config.module.rules.map(rule => { > > if (rule.oneOf instanceof Array) { > > rule.oneOf[rule.oneOf.length - 1].exclude = [/\.(js|mjs|jsx|cjs|ts|tsx)$/, /\.html$/, /\.json$/]; > > } >...
Same here, importing [email protected] as `require('axios')` inside a dependency is not working. It's returning some path string instead of the actual module, causing `axios_1.default` to be undefined. I could work...
@marcos-paulucci this is a candidate to follow after User google authentication is working !