[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:
Russell Bicknell 2018-05-08 14:57:30 -07:00 committed by GitHub
parent 0f145c34ae
commit 14f8a59db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": [
{