Commit 44fccc01 authored by 邱旭's avatar 邱旭

写错代码了

parent e5e3e39f
......@@ -38,12 +38,12 @@ const options = {
file: "debug/output.js",
format: "umd",
name: "output",
sourcemap: true,
sourcemap: false,
},
{
file: 'debug/output.module.js',
format: 'esm',
sourcemap: true,
sourcemap: false,
}
],
onwarn(warning) {
......
......@@ -4,7 +4,7 @@
"module": "ESNext",
"target": "ESNext",
"noImplicitAny": false,
"sourceMap": true,
"sourceMap": false,
"allowJs": true,
"noUnusedLocals": false,
"moduleResolution": "Node",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment