fix(monaco-editor-webpack-plugin): load monaco-editor with webpack 4

Closes #2817
This commit is contained in:
ValeraS 2021-12-12 01:17:34 +03:00
parent 3e433551a9
commit 3ae92d5f1a
4 changed files with 21 additions and 14 deletions

View file

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