Rename to webpack-plugin

This commit is contained in:
Alex Dima 2021-11-15 16:16:53 +01:00
parent db6aec351b
commit a21839d00d
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
25 changed files with 5 additions and 5 deletions

View file

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