@ -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 },
};