Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50f6737

Browse files
author
FalkWolsky
committed
Moved out the support for@require
1 parent092ec73 commit50f6737

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
File renamed without changes.

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp