如何在 Google Web Starter Kit 中添加更多脚本文件?

How to add more script files in Google Web Starter Kit?

我正在尝试使用来自 Google 的 Web Starter Kit 开始一个新项目。问题是,如果我在 main.js 旁边添加另一个脚本,那么它似乎不会被编译到 dist 文件夹,也不会包含在 main.js

有什么想法吗?

在`gulpfile.babel.js

"Since we are not using useref in the scripts build pipeline, you need to explicitly list your scripts here in the right order to be correctly concatenated"