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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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 topackage.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:So am i missing something?
Thank you!
The text was updated successfully, but these errors were encountered: