Skip to content

Commit

Permalink
Updated build to be one type. Part of #25.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomoros committed Dec 25, 2018
1 parent 5ba4562 commit c3d5563
Showing 1 changed file with 1 addition and 53 deletions.
54 changes: 1 addition & 53 deletions webapp/polymer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,59 +10,7 @@
"push-manifest.json"
],
"builds": [
{
"name": "esm-bundled",
"browserCapabilities": [
"es2015",
"modules"
],
"js": {
"minify": true
},
"css": {
"minify": true
},
"html": {
"minify": true
},
"bundle": true,
"addServiceWorker": true
},
{
"name": "es6-bundled",
"browserCapabilities": [
"es2015"
],
"js": {
"compile": "es2015",
"minify": true,
"transformModulesToAmd": true
},
"css": {
"minify": true
},
"html": {
"minify": true
},
"bundle": true,
"addServiceWorker": true
},
{
"name": "es5-bundled",
"js": {
"compile": "es5",
"minify": true,
"transformModulesToAmd": true
},
"css": {
"minify": true
},
"html": {
"minify": true
},
"bundle": true,
"addServiceWorker": true
}
{"preset": "es6-bundled"}
],
"moduleResolution": "node",
"npm": true
Expand Down

0 comments on commit c3d5563

Please sign in to comment.