mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Blockly entry point (#3019)
* Move fields and renderers into their own entry point so folks are able to be more selective about which fields and renderers they include in their bundle.
This commit is contained in:
@@ -124,7 +124,7 @@ gulp.task('build-core', function () {
|
||||
.pipe(stripApacheLicense())
|
||||
.pipe(compile({
|
||||
dependency_mode: 'PRUNE',
|
||||
entry_point: './core-blockly.js',
|
||||
entry_point: './core-requires.js',
|
||||
js_output_file: 'blockly_compressed.js',
|
||||
externs: './externs/svg-externs.js',
|
||||
define: defines
|
||||
|
||||
Reference in New Issue
Block a user