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

I am using this package in my ReactNative project. It works well in simulator but when I publish app to app store, it doesn't work. (To be more exact, only...

react-native

I have done step by step : Install the plugin: step1:$ npm install --save-dev babel-plugin-module-resolver step2: Specify the plugin in your .babelrc with the custom root or alias. Here's an...

I'm trying to put together a monorepo project with `react-native`, `typescript` and get relative imports working and keep getting the following error: ```Unable to resolve module `@screen/XXX` from `packages/project1/src/...`: @screen/XXX...

I have a project with this structure ``` root src index.ts config.ts tsconfig.json .babelrc ``` I'm using tsconfig paths so that in my code from any subdirectory I can use...

For some reason when using this plugin the output results in double quotes even though the input is single quotes: `import foo from "../foo";` When not using the plugin the...

I want to configure the module resolver with the craco instead of CRA-rewired. So is there any option like that?

I'm loving using the new babel 7 typescript preset in my react monorepo, so nice and simple. However thought I'd open a discussion of possible improvements to babel-plugin-module-resolver (that I...

This looks to resolve https://github.com/tleunen/babel-plugin-module-resolver/issues/201 which is a continuation of a couple open PRs: https://github.com/tleunen/babel-plugin-module-resolver/pull/259 and https://github.com/tleunen/babel-plugin-module-resolver/pull/317. The feedback I see in those PRs seems to be that this is...

Hey everyone, I have got a react app which uses svg-react-loader and in the import statements that import svg I have a querystring for the componentName. During webpack build the...

Typically used in a webpack environment when using the resourceQuery loader parameter: https://webpack.js.org/configuration/module/#ruleresourcequery