Skip to content

Commit 027bd79

Browse files
author
月满
committed
fix: correct module type
1 parent cec1a6a commit 027bd79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pri",
3-
"version": "4.0.30-beta.14",
3+
"version": "4.1.0",
44
"types": "src/node/index.ts",
55
"main": "built/node/index.js",
66
"scripts": {

src/utils/ts-plus-babel.ts

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export const tsPlusBabel = async (watch = false, wholeProject = false, packageIn
147147
return fn(options);
148148
},
149149
getBabelOptions({
150+
modules: false,
150151
plugins: [importRename(wholeProject)],
151152
}),
152153
),

0 commit comments

Comments
 (0)