Skip to content

Commit ac22602

Browse files
authored
clarifying luabundle warning (#51)
* fixing various bugs * clarifying luabundle warning * prettier fixes
1 parent 4a6895f commit ac22602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/external-lua-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Then add or update your `package.json` so it contains the following information:
5959
With these two files you are now ready to publish your npm package with `npm publish`!
6060

6161
:::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.)
6363
:::
6464

6565
## Example projects

0 commit comments

Comments
 (0)