Skip to content

Commit

Permalink
fix(pkg): remove exports field to improve compatibility with webpack4
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 6, 2021
1 parent d7561ba commit be3b1ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
"repository": "unjs/ufo",
"license": "MIT",
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./": "./"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit be3b1ae

Please sign in to comment.