mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Move webpack plugin to its own project
This commit is contained in:
parent
6fa2a2ec0e
commit
e824352114
8 changed files with 1 additions and 1119 deletions
|
|
@ -54,9 +54,6 @@ 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