File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 33 ConcatSource ,
44 RawSource
55} from 'webpack-sources' ;
6- import { getManifest } from 'workbox-build' ;
6+ import {
7+ getManifest
8+ } from 'workbox-build' ;
79import getDefaultConfig from 'workbox-webpack-plugin/build/lib/get-default-config' ;
810import warnAboutConfig from 'workbox-webpack-plugin/build/lib/warn-about-config' ;
911import getManifestEntriesFromCompilation from 'workbox-webpack-plugin/build/lib/get-manifest-entries-from-compilation' ;
@@ -14,8 +16,12 @@ import convertStringToAsset from 'workbox-webpack-plugin/build/lib/convert-strin
1416import getAssetHash from 'workbox-webpack-plugin/build/lib/get-asset-hash' ;
1517import formatManifestFilename from 'workbox-webpack-plugin/build/lib/format-manifest-filename' ;
1618import relativeToOutputPath from 'workbox-webpack-plugin/build/lib/relative-to-output-path' ;
17- import { identifier } from 'service-worker-loader' ;
18- import { onHook } from './utils' ;
19+ import {
20+ identifier
21+ } from 'service-worker-loader' ;
22+ import {
23+ onHook
24+ } from './utils' ;
1925
2026const SERVICE_WORKER_LOADER_COMPILER_NAME = identifier || 'service-worker' ;
2127
Original file line number Diff line number Diff line change 1- import { name } from '../package.json' ;
1+ import {
2+ name
3+ } from '../package.json' ;
24
35const identifier = name ;
46
You can’t perform that action at this time.
0 commit comments