File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angularity" ,
3
3
"description" : " An opinionated NodeJs build system for ECMAScript 6 AngularJs projects" ,
4
- "version" : " 0.4.0 " ,
4
+ "version" : " 0.4.1 " ,
5
5
"tags" : [
6
6
" build" ,
7
7
" system" ,
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ function setUpTaskJavascript(context) {
212
212
*/
213
213
function getTransforms ( isMinify ) {
214
214
return [
215
- babelify . configure ( { ignore : / (? ! ) / } ) , // convert any es6 to es5 (degenerate regex)
215
+ babelify . configure ( { compact : false , ignore : / (? ! ) / } ) , // convert any es6 to es5 (degenerate regex)
216
216
stringify ( { minify : false } ) , // allow import of html to a string
217
217
ngInject ( { filter : / \. (? ! j s o n ) \w + $ / } ) , // annotate dependencies for angular (include all JS for consistency)
218
218
isMinify && esmangleify ( ) // minify
You can’t perform that action at this time.
0 commit comments