- Joined
- Feb 28, 2019
- Messages
- 15
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
How can I exclude unneeded items from node_modules in distributing my game?
I have made a small game using some javascript tools from node.js. I use webpack to compile these into javascript plugins. But when I start packaging my game for distribution using file-->deployment from the game editor and it seems to be including a ton of stuff from node_modules.
Is it possible to exclude that somehow?
Thanks.
I have made a small game using some javascript tools from node.js. I use webpack to compile these into javascript plugins. But when I start packaging my game for distribution using file-->deployment from the game editor and it seems to be including a ton of stuff from node_modules.
Is it possible to exclude that somehow?
Thanks.

