mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
This commit is contained in:
parent
7795b8c5c7
commit
2a3d33900c
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ import '../../../src/language/html/monaco.contribution';
|
||||||
import '../../../src/language/json/monaco.contribution';
|
import '../../../src/language/json/monaco.contribution';
|
||||||
import '../../../src/language/typescript/monaco.contribution';
|
import '../../../src/language/typescript/monaco.contribution';
|
||||||
|
|
||||||
const styleSheetUrl = require.toUrl('vs/style.css');
|
const styleSheetUrl = require.toUrl('vs/editor/editor.main.css');
|
||||||
|
|
||||||
const link = document.createElement('link');
|
const link = document.createElement('link');
|
||||||
link.rel = 'stylesheet';
|
link.rel = 'stylesheet';
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ export default defineConfig(async (args) => {
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
lib: {
|
lib: {
|
||||||
cssFileName: () => 'editor/editor.main.css',
|
cssFileName: 'editor/editor.main',
|
||||||
entry: {
|
entry: {
|
||||||
...nlsEntries,
|
...nlsEntries,
|
||||||
'nls.messages-loader': resolve(__dirname, 'src/nls.messages-loader.js'),
|
'nls.messages-loader': resolve(__dirname, 'src/nls.messages-loader.js'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue