有没有办法在单个polymer.json文件中构建不同的组件

时间:2018-11-27 08:56:40

标签: polymer polymer-2.x polymer-3.x

我们正在尝试在根路径中构建两个不同的组件。我们不想嵌套循环或主组件以拥有所有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"
],

0 个答案:

没有答案