python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
"Cannot find module 'babel-plugin-module-resolver'" on a CI/CD pipeline
I set up a pipeline on a CI/CD (Azure Devops) to build my react native app, specifically for android.
Even though it builds correctly on my local mac (Mac OS 12.1), and assembles to a valid APK correc...
Hans Araya
Votes: 0
Answers: 0
babel-plugin-module-resolver not working on .jsx files
I am working on a Typescript + SSR + ReactJs application. I am struggling to making this project works. The project actually works if I use relative paths, however I would like to use alias, and here ...
Valentin Reviglio
Votes: 0
Answers: 1
How to shim a dependency in babel.config.js in react-native?
I've got a dependency I'd like to shim on my react-native project. I currently have the following code on my babel.config.js file:
module.exports = function (api) {
api.cache(true);
return {
p...
Passaro
Votes: 0
Answers: 1