Skip to content

Commit

Permalink
Remove importScriptsViaChunks JSDoc (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Oct 15, 2020
1 parent 00ba074 commit f78cfb8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/workbox-webpack-plugin/src/inject-manifest.js
Expand Up @@ -78,10 +78,6 @@ class InjectManifest {
* [the same rules](https://webpack.js.org/configuration/module/#condition)
* as `webpack`'s standard `exclude` option.
*
* @param {Array<string>} [config.importScriptsViaChunks] One or more names of
* webpack chunks. The content of those chunks will be included in the
* generated service worker, via a call to `importScripts()`.
*
* @param {Array<string>} [config.excludeChunks] One or more chunk names whose
* corresponding output files should be excluded from the precache manifest.
*
Expand Down

0 comments on commit f78cfb8

Please sign in to comment.