mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
fix(monaco-editor-webpack-plugin): load monaco-editor with webpack 4
Closes #2817
This commit is contained in:
parent
3e433551a9
commit
3ae92d5f1a
4 changed files with 21 additions and 14 deletions
2
webpack-plugin/src/loader-utils.d.ts
vendored
2
webpack-plugin/src/loader-utils.d.ts
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue