Skip to content

Commit

Permalink
Re-add the default export (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Feb 24, 2022
1 parent 9732274 commit b47500c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/workbox-webpack-plugin/src/index.ts
Expand Up @@ -12,8 +12,8 @@ import {InjectManifest} from './inject-manifest';
/**
* @module workbox-webpack-plugin
*/
export {GenerateSW, InjectManifest};

export {
GenerateSW,
InjectManifest,
};
// TODO: remove this in v7.
// See https://github.com/GoogleChrome/workbox/issues/3033
export default {GenerateSW, InjectManifest};

0 comments on commit b47500c

Please sign in to comment.