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

写错代码了

parent e5e3e39f
...@@ -38,12 +38,12 @@ const options = { ...@@ -38,12 +38,12 @@ const options = {
file: "debug/output.js", file: "debug/output.js",
format: "umd", format: "umd",
name: "output", name: "output",
sourcemap: true, sourcemap: false,
}, },
{ {
file: 'debug/output.module.js', file: 'debug/output.module.js',
format: 'esm', format: 'esm',
sourcemap: true, sourcemap: false,
} }
], ],
onwarn(warning) { onwarn(warning) {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"module": "ESNext", "module": "ESNext",
"target": "ESNext", "target": "ESNext",
"noImplicitAny": false, "noImplicitAny": false,
"sourceMap": true, "sourceMap": false,
"allowJs": true, "allowJs": true,
"noUnusedLocals": false, "noUnusedLocals": false,
"moduleResolution": "Node", "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