File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/webchannel-wrapper Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ function createRollupTask({
120120 } ;
121121
122122 const outputOptions = {
123- file : `dist/index${ outputExtension ? '.' : '' } ${ outputExtension } .js ` ,
123+ file : `dist/index${ outputExtension ? '.' : '' } ${ outputExtension } .mjs ` ,
124124 format,
125125 sourcemap : true ,
126126 // Prevents warning when compiling CJS that there are named and default exports together.
Original file line number Diff line number Diff line change 1010 "." : {
1111 "types" : " ./src/index.d.ts" ,
1212 "require" : " ./dist/index.js" ,
13- "esm5" : " ./dist/index.esm.js " ,
14- "default" : " ./dist/index.esm2017.js "
13+ "esm5" : " ./dist/index.esm.mjs " ,
14+ "default" : " ./dist/index.esm2017.mjs "
1515 },
1616 "./package.json" : " ./package.json"
1717 },
You can’t perform that action at this time.
0 commit comments