Deploy Angular2Spa small application #1332

Closed
opened 2025-08-09 17:19:44 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @denimaaark on 10/5/2016

Hello,

i am testing Angular2Spa template based application with webpack, and it is working ok.
I want to deploy simple small application and i have some questions about...

In project.json there is configuration
"publishOptions": {
"include": [
"appsettings.json",
"ClientApp",
"node_modules",
"typings",
"Views",
"tsconfig.json",
"tsd.json",
"web.config",
"webpack.*.js",
"wwwroot"
]
},

I have published local app and it is working too...

But, do we realy need to deploy node_modules with 15.000 files, tsd.json etc ...?
Please suggest what is right way to deploy small working application.

Thank You

*Originally created by @denimaaark on 10/5/2016* Hello, i am testing Angular2Spa template based application with webpack, and it is working ok. I want to deploy simple small application and i have some questions about... In project.json there is configuration "publishOptions": { "include": [ "appsettings.json", "ClientApp", "node_modules", "typings", "Views", "tsconfig.json", "tsd.json", "web.config", "webpack.*.js", "wwwroot" ] }, I have published local app and it is working too... But, do we realy need to deploy node_modules with 15.000 files, tsd.json etc ...? Please suggest what is right way to deploy small working application. Thank You
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1332
No description provided.