Rename to webpack-plugin

This commit is contained in:
Alex Dima 2021-11-15 16:16:53 +01:00
parent db6aec351b
commit a21839d00d
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
25 changed files with 5 additions and 5 deletions

3
webpack-plugin/src/loader-utils.d.ts vendored Normal file
View file

@ -0,0 +1,3 @@
declare module 'loader-utils' {
export function interpolateName(loaderContext: any, name: string, options?: any): string;
}