Merge pull request #1102 from Polymer/polymer-json-bundle

Use `bundle: true,` in `polymer.json` instead of an object.
This commit is contained in:
Keanu Lee 2018-04-26 10:27:27 -07:00 committed by GitHub
commit 93a274f98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,7 @@
"html": {
"minify": true
},
"bundle": {
"inlineScripts": false
},
"bundle": true,
"addServiceWorker": true
},
{
@ -45,9 +43,7 @@
"html": {
"minify": true
},
"bundle": {
"inlineScripts": false
},
"bundle": true,
"addServiceWorker": true
},
{
@ -63,9 +59,7 @@
"html": {
"minify": true
},
"bundle": {
"inlineScripts": false
},
"bundle": true,
"addServiceWorker": true
}
],