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 11{
22 "name" : " angularity" ,
33 "description" : " An opinionated NodeJs build system for ECMAScript 6 AngularJs projects" ,
4- "version" : " 0.4.0 " ,
4+ "version" : " 0.4.1 " ,
55 "tags" : [
66 " build" ,
77 " system" ,
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ function setUpTaskJavascript(context) {
212212 */
213213 function getTransforms ( isMinify ) {
214214 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)
216216 stringify ( { minify : false } ) , // allow import of html to a string
217217 ngInject ( { filter : / \. (? ! j s o n ) \w + $ / } ) , // annotate dependencies for angular (include all JS for consistency)
218218 isMinify && esmangleify ( ) // minify
You can’t perform that action at this time.
0 commit comments