Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

nodejs build doesn't includes dependencies #1676

Closed
B-R-Bender opened this issue Sep 23, 2021 · 1 comment
Closed

nodejs build doesn't includes dependencies #1676

B-R-Bender opened this issue Sep 23, 2021 · 1 comment

Comments

@B-R-Bender
Copy link

B-R-Bender commented Sep 23, 2021

  • What version of Neutrino are you using?

"neutrino": "^9.5.0",

  • Are you trying to use any presets? If so, which ones, and what versions?

"@neutrinojs/node": "^9.5.0",

  • Are you using the Yarn client or the npm client? What version?

npm

  • What version of Node.js are you using?

v12.19.0

  • What operating system are you using?

Ubuntu 20

I'm experience an issue (or it's my ignorance), so please clarify it for me.

I've create a nodejs app with create-project. I've added this dependencies to package.json.
"dependencies": { "@pm2/io": "^5.0.0", "uuid": "^8.3.2", "ws": "^8.2.2" }
than I've done npm run build and I see no external modules build with my code. I wonder is that I've done something wrong or I need to configure it somehow. But in the docs is stated that:

Vendoring¶
This preset automatically vendors all external dependencies into a separate chunk based on their inclusion in your package.json. No extra work is required to make this work.

So am i missing something?
Thank you!

@edmorley
Copy link
Member

edmorley commented Feb 3, 2024

Closing since unfortunately this project is no longer maintained. See:
#1707
neutrinojs/webpack-chain#358

@edmorley edmorley closed this as not planned Won't fix, can't repro, duplicate, stale Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants