Skip to content

Commit

Permalink
feat(resolve): exports fields support (thanks @kherock)
Browse files Browse the repository at this point in the history
BREAKING: resolver now prioritizes `exports` fields before any others, including `style` inside `exports` over independent `style` field
  • Loading branch information
Anidetrix committed Jan 16, 2022
1 parent fb7edcf commit eb22803
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 71 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"postcss-value-parser": "^4.2.0",
"query-string": "^7.1.0",
"resolve": "^1.21.0",
"resolve.exports": "^1.1.0",
"source-map-js": "^1.0.1",
"tslib": "^2.3.1"
},
Expand Down Expand Up @@ -94,7 +95,7 @@
"@typescript-eslint/parser": "^5.9.1",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.4.6",
"eslint": "^8.6.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.4",
Expand Down
99 changes: 40 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb22803

Please sign in to comment.