Skip to content

Commit

Permalink
update polymer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed May 15, 2018
1 parent ecae999 commit 88fbbe9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion polymer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
{
"entrypoint": "index.html",
"shell": "all-imports.js",
"moduleResolution": "node",
"npm": true,
"lint": {
"rules": [
"polymer-3"
]
}
},
"builds": [
{
"name": "es5prod",
"preset": "es5-bundled",
"addServiceWorker": true
},
{
"name": "es6prod",
"preset": "es6-unbundled",
"addServiceWorker": true
}
]
}

0 comments on commit 88fbbe9

Please sign in to comment.