mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Adjust package.json scripts and move all dev deps to the root package.json
This commit is contained in:
parent
ebcdd4fe0d
commit
7c6062ccf7
45 changed files with 1252 additions and 5160 deletions
|
|
@ -6,12 +6,12 @@
|
|||
const path = require('path');
|
||||
const helpers = require('monaco-plugin-helpers');
|
||||
|
||||
const REPO_ROOT = path.join(__dirname, '../');
|
||||
const REPO_ROOT = path.join(__dirname, '../../');
|
||||
|
||||
helpers.packageESM({
|
||||
repoRoot: REPO_ROOT,
|
||||
esmSource: 'out/esm',
|
||||
esmDestination: 'release/esm',
|
||||
esmSource: 'monaco-languages/out/esm',
|
||||
esmDestination: 'monaco-languages/release/esm',
|
||||
entryPoints: ['monaco.contribution.js'],
|
||||
resolveSkip: ['monaco-editor-core']
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue