Skip to content

Commit 7fceb05

Browse files
authored
add bundle option to webpack build
1 parent 925391b commit 7fceb05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"ci-webpack-demo": {
6969
cmd: function (platform, demoSuffix) {
7070
return "cd demo" + (demoSuffix != "" ? "-" + demoSuffix : "") + " && npm install && tns build " + platform
71-
+ " --env.uglify --env.snapshot"
71+
+ " --bundle --env.uglify --env.snapshot"
7272
+ (demoSuffix === "ng" ? " --env.aot" : "");
7373
}
7474
},
@@ -126,4 +126,4 @@
126126
"lint",
127127
"exec:npm_publish"
128128
]);
129-
};
129+
};

0 commit comments

Comments
 (0)