Skip to content

Commit

Permalink
chor(package.json): allow to import modules from dist without extension
Browse files Browse the repository at this point in the history
Allow to import modules without extension from dist see: rollup#4436 (comment)
  • Loading branch information
frank-dspeed committed Mar 14, 2022
1 parent b8315e0 commit 166f391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -136,6 +136,6 @@
},
"default": "./dist/es/rollup.browser.js"
},
"./dist/*": "./dist/*"
"./dist/*": "./dist/*.js"
}
}

0 comments on commit 166f391

Please sign in to comment.