rollup: es -> esm
This commit is contained in:
parent
b0901e833a
commit
f170223fe1
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
"watcher"
|
||||
],
|
||||
"main": "dist/CheapWatch.cjs.js",
|
||||
"module": "dist/CheapWatch.es.js",
|
||||
"module": "dist/CheapWatch.esm.js",
|
||||
"types": "types/CheapWatch.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
|
@ -11,6 +11,6 @@ export default {
|
|||
sourcemap: true,
|
||||
interop: false,
|
||||
},
|
||||
{ file: './dist/CheapWatch.es.js', format: 'es', sourcemap: true },
|
||||
{ file: './dist/CheapWatch.esm.js', format: 'esm', sourcemap: true },
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue