Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50f6737

Browse files
author
FalkWolsky
committed
Moved out the support for @require
1 parent 092ec73 commit 50f6737

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

viewer/packages/lowcoder-core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"lib"
3232
],
3333
"exports": {
34-
"import": "./lib/index.js",
35-
"require": "./lib/index.cjs"
34+
"import": "./lib/index.js"
3635
},
3736
"author": "Lowcoder"
3837
}

viewer/packages/lowcoder-core/rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = [
1515
},
1616
external: ["lodash", "stylis"],
1717
},
18-
{
18+
/* {
1919
input: "src/index.ts",
2020
plugins: [
2121
resolve({ browser: true }),
@@ -27,7 +27,7 @@ const config = [
2727
file: "lib/index.cjs",
2828
},
2929
external: ["lodash", "stylis"],
30-
},
30+
}, */
3131
{
3232
input: "lib/dts/index.d.ts",
3333
plugins: [

0 commit comments

Comments
 (0)