mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Add webpack loader plugin
This commit is contained in:
parent
32f5433657
commit
7d6ae1b4f3
8 changed files with 1144 additions and 0 deletions
|
|
@ -54,6 +54,9 @@ gulp.task('release', ['clean-release'], function() {
|
|||
// min-maps folder
|
||||
gulp.src('node_modules/monaco-editor-core/min-maps/**/*').pipe(gulp.dest('release/min-maps')),
|
||||
|
||||
// webpack plugin
|
||||
gulp.src('webpack/**/*').pipe(gulp.dest('release/webpack')),
|
||||
|
||||
// other files
|
||||
gulp.src([
|
||||
'node_modules/monaco-editor-core/LICENSE',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue