From 8cc43cdc7cdf97726a5067c1c2dd78d28e78ae59 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Fri, 16 Sep 2022 22:12:34 +0200 Subject: Add Megu to Experiments author --- src/webpack/webpack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webpack') diff --git a/src/webpack/webpack.ts b/src/webpack/webpack.ts index 7e1c3e6..73ea1a3 100644 --- a/src/webpack/webpack.ts +++ b/src/webpack/webpack.ts @@ -109,7 +109,7 @@ export function search(...filters: Array) { } /** - * Extract a specific module by id into its own webpack chunk. This has no effect on + * Extract a specific module by id into its own Source File. This has no effect on * the code, it is only useful to be able to look at a specific module without having * to view a massive file. extract then returns the extracted module so you can jump to it. * As mentioned above, note that this extracted module is not actually used, -- cgit