mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Make MonacoEditorWebpackPlugin definition extend Webpack.Plugin
This commit is contained in:
parent
d7b9a173c1
commit
5ac536ca6e
1 changed files with 2 additions and 1 deletions
3
index.d.ts
vendored
3
index.d.ts
vendored
|
|
@ -1,3 +1,4 @@
|
|||
import { Plugin } from 'webpack'
|
||||
|
||||
export interface IMonacoEditorWebpackPluginOpts {
|
||||
/**
|
||||
|
|
@ -18,7 +19,7 @@ export interface IMonacoEditorWebpackPluginOpts {
|
|||
features: string[];
|
||||
}
|
||||
|
||||
export default class MonacoEditorWebpackPlugin {
|
||||
export default class MonacoEditorWebpackPlugin extends Plugin {
|
||||
constructor(opts?: IMonacoEditorWebpackPluginOpts)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue