Update polymer.json. (...)

- Remove webcomponentsjs from `extraDependencies` - this is built in to the CLI.
- Remove `moduleResolution: "node"` - this is now the default.
This commit is contained in:
Russell Bicknell 2018-05-07 17:49:42 -07:00
parent 0f145c34ae
commit ba7be73831

View File

@ -5,9 +5,7 @@
"images/**/*"
],
"extraDependencies": [
"manifest.json",
"node_modules/@webcomponents/webcomponentsjs/*.js",
"!node_modules/@webcomponents/webcomponentsjs/gulpfile.js"
"manifest.json"
],
"builds": [
{
@ -63,7 +61,6 @@
"addServiceWorker": true
}
],
"moduleResolution": "node",
"npm": true,
"lint": {
"rules": [