Add webpack loader plugin

This commit is contained in:
Tim Kendrick 2018-03-16 02:44:16 +00:00
parent 32f5433657
commit 7d6ae1b4f3
8 changed files with 1144 additions and 0 deletions

View file

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