-
-
Notifications
You must be signed in to change notification settings - Fork 55
Description
I've just tried to update to latest version of the plugin. oxc-resolver appears incompatible with yarn PnP (at least out of the box).
Switching to the node-modules
linker at least allows it to resolve packages, but it then seems to have some trouble importing .css
files which previously worked without additional config.
{
settings: {
"import-x/resolver-next": [
importPlugin.createNodeResolver({
extensions: [".ts", ".tsx", ".js"],
conditionNames: ["my-condition", "import"],
extensionAlias: {
".js": [".ts", ".js"],
},
}),
],
"import-x/internal-regex": "^@my-namespace/",
"import-x/external-module-folders": [".yarn"],
"import-x/parsers": {
"@typescript-eslint/parser": [".ts", ".tsx"],
},
},
Metadata
Metadata
Assignees
Labels
No labels