mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Use bundle: true, in polymer.json instead of an object.
This commit is contained in:
12
polymer.json
12
polymer.json
@@ -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
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user