mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
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:
parent
0f145c34ae
commit
ba7be73831
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user