remove source map from op1
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
{
|
||||
"entry": ["index.ts"],
|
||||
"format": ["cjs", "esm"],
|
||||
"entry": [
|
||||
"index.ts"
|
||||
],
|
||||
"format": [
|
||||
"cjs",
|
||||
"esm"
|
||||
],
|
||||
"dts": true,
|
||||
"splitting": false,
|
||||
"sourcemap": true,
|
||||
"sourcemap": false,
|
||||
"clean": true,
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user