When running blockly on a typescript and react app their is 17 warning triggered by source map : i've disabled it by using the option sourceMap : false on tsconfig.json
Hey there, unfortunately this comes from one of our dependencies (closure compiler) and we can't avoid it for now. You can see if your build tool has the option to ignore warnings. e.g. we use webpack and disable the warnings like this.