Use bundle: true, in polymer.json instead of an object.

This commit is contained in:
Russell Bicknell 2018-04-25 18:17:52 -07:00
parent 4858f06b38
commit 400f095e90

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
}
],