mirror of
https://github.com/google/blockly.git
synced 2026-05-09 05:30:11 +02:00
chore: fix up webpack output to be linkable
This commit is contained in:
+6
-2
@@ -20,6 +20,10 @@ module.exports = {
|
||||
extensions: ['.tsx', '.ts', '.js'],
|
||||
},
|
||||
output: {
|
||||
filename: 'bundle.js',
|
||||
}
|
||||
filename: 'blockly_compressed.js',
|
||||
library: {
|
||||
type: 'umd',
|
||||
name: 'blockly',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user