Skip to content

Commit f27995c

Browse files
committed
add multiple-entry-points to buildAll
1 parent 8adf53b commit f27995c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/buildAll.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ var cmds = [
1818
"cd component && node build.js",
1919
"cd dedupe && node build.js",
2020
"cd code-splitted-dedupe && node build.js",
21+
"cd multiple-entry-points && node build.js",
2122
];
2223

2324
var stack = function() {

0 commit comments

Comments
 (0)