material design - how to build an angular 2 application with npm into output directory, and prevent webpack or any bundling? -
we have software production line (spl) , updated our client platform use angular 2, because of lot of problems couldn't go typescript, had migrated es5 version of angular 2.
we're not @ typescript , npm , stuff, here we're stuck.
say you've downloaded/purchased admin template angular 2 (material 2), , it's ordinary , routine angular 2 application.
you can npm install
install dependencies , modules, , npm start
make appear in browser.
however, npm start
happens npm builds (i don't know puts build's output) , bundles everything, , in browser see 9mb of vendor.js , else bundled. that's not want.
we want able compile/transpile typescript in given template output folder, , disable bundling of webpack, or other bundling mechansim.
what should do?
this template we've purchased:
https://themeforest.net/item/fury-angular-2-material-design-admin-template/19325966
Comments
Post a Comment