Exclude blocks messages from the combined file

Scratch-blocks includes the blocks messages. Excluding them from the editor-msgs file will save >500kb
This commit is contained in:
chrisgarrity 2018-07-25 15:16:23 -04:00
parent 66af24c9ff
commit dbd31a4d36

View file

@ -101,7 +101,6 @@ let blockData =
';\n';
fs.writeFileSync(MSGS_DIR + 'blocks-msgs.js', blockData);
defaultsDeep(editorMsgs, blocksMessages);
// generate combined editor-msgs file
let editorData =