我的聚合物.json
{
"entrypoint": "index.html",
"shell": "src/boo-blogger/boo-blogger.js",
"sources": [
"images/*",
"fonts/*"
],
"extraDependencies": [
"manifest.json",
"node_modules/@webcomponents/webcomponentsjs/*.js",
"node_modules/web-animations-js/web-animations-next-lite.min.js",
"node_modules/@webcomponents/webcomponentsjs/bundles/*.js"
],
"builds": [
{
"name": "es6",
"bundle": true,
"browserCapabilities": [
"es2015",
"modules"
],
"js": {
"minify": true,
"transformModulesToAmd": true
},
"html": {
"minify": true
},
"css": {
"minify": true
},
"addServiceWorker": true
}
],
"npm": true,
"lint": {
"rules": [
"polymer-3"
]
}
}
我有问题
article-list.js:5 Uncaught (in promise) TypeError: _booBlogger.html$1 is not a function
article-list.js 通过路由动态导入。所以我尝试尝试一些不同的构建选项来构建。我发现当我在没有包的情况下构建时,构建的代码可以工作。我不知道为什么我的代码不能通过polymer build
. 如果有人好奇这个问题并且需要完整的源代码。联络我
工具总结
- 系统:ubuntu 16.04
- 聚合物:1.7.7
- 节点:10.1.0