Move webpack plugin to its own project

This commit is contained in:
Alex Dima 2018-04-11 10:13:52 +02:00
parent 6fa2a2ec0e
commit e824352114
8 changed files with 1 additions and 1119 deletions

View file

@ -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',