babel-plugin-module-resolver icon indicating copy to clipboard operation
babel-plugin-module-resolver copied to clipboard

Custom module resolver plugin for Babel

Results 109 babel-plugin-module-resolver issues
Sort by recently updated
recently updated
newest added

When I build my app using Xcode it sucesss but when I open it, I have the same error I had before. https://github.com/tleunen/babel-plugin-module-resolver/issues/354 I fix it by using react-native start...

"utils": { "plugins": [ ["module-resolver", { "root": ["pl-table"], "alias": { "pl-table/tools": "pl-table/lib" } }] ] } vue-cli3 Invalid configuration,The aliases of files moved in the past will not change

Hey there, As you may have noticed, I'm way less active in this project than I used to be in its early days. The main reason to that is because...

Hi there, I have a monorepo designed like this: ``` - packages -- package-1 -- package-2 babel.config.js ``` In `packages/package-2` I have a script defined in `package.json` like this: ```...

Resolve does not work with Mocha.

# Bug report **What is the current behavior?** Using babel-plugin-module-resolver with the root alias to my project's `src` directory in tandem with a `resourceQuery` fails to compile. The module is...

This will allow resolving paths that aren't necessarily pointing to modules. This can be achieved by adding `isModulePath` option to transform function. It makes sense to add this option there...

I did `everything` in the Getting Started guide in my fresh react-js app It failed: `Module not found: Can't resolve '_include/file.js' in `mymain.js` my .babelrc `{ "plugins": [ ["module-resolver", {...

Hi, Im using this plugin in a React Native development environtment and im encountering an issue when requiring 3 files in one file. Im requiring 3 .png files like this:...

I have this git submodule named Shared in the parent project. I use absolute path in submodule like `import A from 'src/components/...'` that wouldn't work in parent project because src/components...