Skip to content

Commit

Permalink
chore: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Apr 17, 2024
1 parent 102a074 commit aac45d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/macros/package.json
Expand Up @@ -47,6 +47,11 @@
"require": "./dist/rollup.js",
"import": "./dist/rollup.mjs"
},
"./rspack": {
"dev": "./src/rspack.ts",
"require": "./dist/rspack.js",
"import": "./dist/rspack.mjs"
},
"./vite": {
"dev": "./src/vite.ts",
"require": "./dist/vite.js",
Expand All @@ -57,11 +62,6 @@
"require": "./dist/webpack.js",
"import": "./dist/webpack.mjs"
},
"./rspack": {
"dev": "./src/rspack.ts",
"require": "./dist/rspack.js",
"import": "./dist/rspack.mjs"
},
"./*": [
"./*",
"./*.d.ts"
Expand Down

0 comments on commit aac45d7

Please sign in to comment.