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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -434,7 +434,7 @@ You can override these options by creating and placing a `.buildrc.js` file in y
434
434
435
435
-**enabled** - defines if a specific build type is enabled. By default, **Node.JS** lib build is enabled, while browser based dist build is disabled.
436
436
437
-
-**externals**: Defines list of external modules. By default, peerDependency and dependency modules are read from your project's package.json file and included automatically when generating lib builds. So you don't add those.
437
+
-**externals**: Defines list of external modules. By default, `peerDependency`modules are read from your project's package.json file and included automatically when generating lib builds. So you don't need to add those.
0 commit comments