AngularCli: disable minification

后端 未结 4 1304
无人及你
无人及你 2020-12-07 00:25

Is there a way to disable the minification in AngularCli?

After I launch the command ng build --prod I need to have all files.js, in dist folder, separa

4条回答
  •  独厮守ぢ
    2020-12-07 01:00

    Note: If you use ng serve through some package.json run target, according to the manpage of Angular6 correspoding switch for this is:

    ng serve --optimization=false

    will speedup this bs in development noticeable

提交回复
热议问题