mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
[3.0-preview] Update polymer.json for webcomponentsjs changes. (#1109)
* Update `polymer.json`. (...)
- Remove webcomponentsjs from `extraDependencies` - this is built in to the CLI.
- Remove `moduleResolution: "node"` - this is now the default.
* Revert "Update `polymer.json`. (...)"
This reverts commit ba7be73831
.
* Add new entry to `extraDependencies` to include webcomponentsjs bundles for the loader.
This commit is contained in:
parent
0f145c34ae
commit
14f8a59db8
@ -7,7 +7,8 @@
|
||||
"extraDependencies": [
|
||||
"manifest.json",
|
||||
"node_modules/@webcomponents/webcomponentsjs/*.js",
|
||||
"!node_modules/@webcomponents/webcomponentsjs/gulpfile.js"
|
||||
"!node_modules/@webcomponents/webcomponentsjs/gulpfile.js",
|
||||
"node_modules/@webcomponents/webcomponentsjs/bundles/*.js"
|
||||
],
|
||||
"builds": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user