mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Add webpack as part of the smoketest
This commit is contained in:
parent
423a55b305
commit
dfe35b15bb
14 changed files with 57 additions and 41 deletions
4
webpack-plugin/smoketest/index.js
Normal file
4
webpack-plugin/smoketest/index.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
|
||||
|
||||
// expose the monaco API as a global for tests
|
||||
window.monacoAPI = monaco;
|
||||
Loading…
Add table
Add a link
Reference in a new issue