We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c22f8 commit c640252Copy full SHA for c640252
index.d.ts
@@ -1,8 +1,8 @@
1
declare module 'extract-css-chunks-webpack-plugin' {
2
- import { ChunkData, Loader, Plugin } from 'webpack';
+ import { ChunkData, Plugin } from 'webpack';
3
4
class ExtractCssChunksPlugin extends Plugin {
5
- static loader: Loader;
+ static loader: string;
6
7
constructor(options?: ExtractCssChunksPlugin.PluginOptions);
8
}
0 commit comments