You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/docs/getting-started.en-US.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,11 @@ TDesign MiniProgram already supports using NPM to install third-party packages.
26
26
npm i tdesign-miniprogram -S --production
27
27
```
28
28
29
-
> After installation, npm needs to be built in WeChat developer tools: `tool - build npm`
29
+
> After installation, npm needs to be built in WeChat developer tools: `tool - build npm`.(If `NPM packages not found` appears during the build, please go to the `project.config.json` file to add the `packNpmManually` and `packNpmRelationList` configuration items. For details, see [NPM Support](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html?search-key=npm))
30
+
31
+
> After the build is successful, check the box `Compile JS to ES5`
0 commit comments