1
0
Alexandru Dima 3 жил өмнө
parent
commit
8c6103a3b4

+ 2 - 2
monaco-editor-webpack-plugin/test/index.js

@@ -1,6 +1,6 @@
 import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
 
 monaco.editor.create(document.getElementById('container'), {
-	value: '',
-	language: 'html'
+	value: 'console.log("Hello, world")',
+	language: 'javascript'
 });