diff --git a/webpack.config.js b/webpack.config.js index 30ff8ede0..d2d990405 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -20,6 +20,10 @@ module.exports = { extensions: ['.tsx', '.ts', '.js'], }, output: { - filename: 'bundle.js', - } + filename: 'blockly_compressed.js', + library: { + type: 'umd', + name: 'blockly', + }, + }, };