frederikprijck / angularjs-webpack-starter

:rocket: A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
184 stars 59 forks source link

Exclude AngularJS lib from bundle #58

Closed artemhp closed 6 years ago

artemhp commented 6 years ago

Hello. I'm going to create a single angularjs module with this starter (like ui-bootstrap-tpls-2.5.0). Is it possible to exclude AngularJS library from the bundle on build:prd?

frederikprijck commented 6 years ago

Hey @artemhp ,

You can exclude any dependency by tweaking the webpack config, have a look at the externals configuration option.

If you only wanna exclude it in prd build, you probably wanna ensure you only edit the webpacl-prd.config.js file.