mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Towards publishing monaco-editor-webpack-plugin
This commit is contained in:
parent
3afc60f1ac
commit
a6fae61e35
11 changed files with 19 additions and 216 deletions
|
|
@ -5,10 +5,7 @@ import * as fs from 'fs';
|
|||
import { AddWorkerEntryPointPlugin } from './plugins/AddWorkerEntryPointPlugin';
|
||||
import { IFeatureDefinition } from './types';
|
||||
import { ILoaderOptions } from './loaders/include';
|
||||
|
||||
// TODO: replace once a new monaco-editor version is published
|
||||
// import { EditorLanguage, EditorFeature, NegatedEditorFeature } from 'monaco-editor/esm/metadata';
|
||||
import { EditorLanguage, EditorFeature, NegatedEditorFeature } from './metadata';
|
||||
import { EditorLanguage, EditorFeature, NegatedEditorFeature } from 'monaco-editor/esm/metadata';
|
||||
|
||||
const INCLUDE_LOADER_PATH = require.resolve('./loaders/include');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue