Skip to content

Commit

Permalink
fix: remove vestigial dependency (#6219)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Jun 17, 2022
1 parent 4070ffc commit 334956b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/gulpfiles/package_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,7 @@ function packageLocales() {
// Remove references to goog.provide and goog.require.
return gulp.src(`${BUILD_DIR}/msg/js/*.js`)
.pipe(gulp.replace(/goog\.[^\n]+/g, ''))
.pipe(packageUMD(
'Blockly.Msg',
[{name: 'Blockly'}],
'umd-msg.template'))
.pipe(packageUMD('Blockly.Msg', [], 'umd-msg.template'))
.pipe(gulp.dest(`${RELEASE_DIR}/msg`));
};

Expand Down

0 comments on commit 334956b

Please sign in to comment.