chore: fix up webpack output to be linkable

This commit is contained in:
Beka Westberg
2022-07-07 18:42:04 +00:00
parent 766c152eda
commit c221d94339
+6 -2
View File
@@ -20,6 +20,10 @@ module.exports = {
extensions: ['.tsx', '.ts', '.js'],
},
output: {
filename: 'bundle.js',
}
filename: 'blockly_compressed.js',
library: {
type: 'umd',
name: 'blockly',
},
},
};