Skip to content

Commit f78cfb8

Browse files
authoredOct 15, 2020
Remove importScriptsViaChunks JSDoc (#2650)
1 parent 00ba074 commit f78cfb8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎packages/workbox-webpack-plugin/src/inject-manifest.js

-4
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ class InjectManifest {
7878
* [the same rules](https://webpack.js.org/configuration/module/#condition)
7979
* as `webpack`'s standard `exclude` option.
8080
*
81-
* @param {Array<string>} [config.importScriptsViaChunks] One or more names of
82-
* webpack chunks. The content of those chunks will be included in the
83-
* generated service worker, via a call to `importScripts()`.
84-
*
8581
* @param {Array<string>} [config.excludeChunks] One or more chunk names whose
8682
* corresponding output files should be excluded from the precache manifest.
8783
*

0 commit comments

Comments
 (0)
Please sign in to comment.