Skip to content

Commit

Permalink
fix(ruleset-bundler): defaults should be last one
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber019 committed Feb 20, 2023
1 parent 97134a5 commit 97140f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ruleset-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"default": "./dist/index.js"
},
"./with-loader": {
"default": "./dist/loader/node.js",
"node": "./dist/loader/node.js",
"browser": "./dist/loader/browser.js"
"browser": "./dist/loader/browser.js",
"default": "./dist/loader/node.js"
},
"./presets/*": {
"default": "./dist/presets/*.js"
Expand Down

0 comments on commit 97140f0

Please sign in to comment.