Skip to content

Commit 9dc3a22

Browse files
author
v_guanglwen
committed
feat: 修改node为ECMAScript模块
1 parent de99aa0 commit 9dc3a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "miniprogram-demo",
33
"version": "1.0.0",
44
"description": "WeChat miniprogram demo",
5+
"type": "module",
56
"scripts": {
67
"init": "npm run sync && cd cloudfunctions/ && npm i --production && cd ../miniprogram/ && npm i --production",
78
"lint": "eslint .",

0 commit comments

Comments
 (0)