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: docs/external-lua-code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Then add or update your `package.json` so it contains the following information:
59
59
With these two files you are now ready to publish your npm package with `npm publish`!
60
60
61
61
:::warning
62
-
Currently, projects using `"buildMode": "library"`cannot be bundled.
62
+
Currently, projects using `"buildMode": "library"`tsconfig setting must also have the `luaBundle` setting turned off. (However, you can still _consume_ unbundled libraries in projects that use `luaBundle` without any problems.)
0 commit comments