1 parent 8adf53b commit f27995cCopy full SHA for f27995c
1 file changed
examples/buildAll.js
@@ -18,6 +18,7 @@ var cmds = [
18
"cd component && node build.js",
19
"cd dedupe && node build.js",
20
"cd code-splitted-dedupe && node build.js",
21
+ "cd multiple-entry-points && node build.js",
22
];
23
24
var stack = function() {
0 commit comments