mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
chore: Update to latest Closure compiler and remove our SVG externs (#5991)
This commit is contained in:
@@ -548,7 +548,6 @@ function compile(options) {
|
||||
rewrite_polyfills: true,
|
||||
hide_warnings_for: 'node_modules',
|
||||
define: ['COMPILED=true'],
|
||||
externs: ['./externs/svg-externs.js'],
|
||||
};
|
||||
if (argv.debug || argv.strict) {
|
||||
defaultOptions.jscomp_error = [...JSCOMP_ERROR];
|
||||
|
||||
Reference in New Issue
Block a user