Skip to content

Commit

Permalink
chore: rename filename of ServiceWorkerCompilerPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Asuka109 committed Nov 21, 2023
1 parent b999e9f commit 658e029
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/client/modern.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { appTools, defineConfig } from '@modern-js/app-tools';
import { nanoid } from '@modern-js/utils';
import { ROUTE_BASENAME } from '@modern-js/devtools-kit';
import { ServiceWorkerCompilerPlugin } from './plugins/sw-compiler-plugin';
import { ServiceWorkerCompilerPlugin } from './plugins/ServiceWorkerCompilerPlugin';
import packageMeta from './package.json';

// https://modernjs.dev/en/configure/app/usage
Expand Down

0 comments on commit 658e029

Please sign in to comment.