Revision c6b618d02074b3b74af9c8dec13b90c6e177e113 authored by George Kalpakas on 27 April 2018, 23:01:28 UTC, committed by Alex Rickabaugh on 15 May 2018, 19:19:08 UTC
Since `versionedFiles` behaves in the exact same way as `files`, there
is no reaason to have both. Users should use `files` instead.

This commit deprecates the property and prints a warning when coming
across an asset-group that uses it. It should be completely removed in
a future version.

Note, it has also been removed from the default `ngsw-config.json`
template in angular/devkit#754.

PR Close #23584
1 parent ad6052e
History
File Mode Size
scripts
src
test
testing
upgrade
.gitignore -rw-r--r-- 57 bytes
BUILD.bazel -rw-r--r-- 827 bytes
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 971 bytes
index.ts -rw-r--r-- 481 bytes
karma-test-shim.js -rw-r--r-- 2.8 KB
karma.conf.js -rw-r--r-- 3.2 KB
package.json -rw-r--r-- 1.0 KB
public_api.ts -rw-r--r-- 396 bytes
rollup.config.js -rw-r--r-- 845 bytes
tsconfig-build.json -rw-r--r-- 654 bytes

README.md

back to top