Skip to content

Commit c70d945

Browse files
committed
add 'type':'module' in es module package.json
1 parent 4659ce0 commit c70d945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/additional-modules/my-es-module/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"main": "index.js",
3+
"type": "module",
34
"exports": {
45
".": {
56
"default": {

0 commit comments

Comments
 (0)