我们正在尝试在根路径中构建两个不同的组件。我们不想嵌套循环或主组件以拥有所有js文件。有没有办法在单个polymer.json文件中构建不同的组件
那样的场景
component/my-citylist.js-->City.html
component/my-countrylist.js-->Country.html
polymer.json
"root": "",
"entrypoint": "myhomepage.html",
"shell": "???What should we write here??",
"sources": [
"City.htmll",
"Country.html",
"manifest/",
"component/",
"package.json"
],