mo4islona / node-blockly

Blockly for Node.js and Browser via CommonJS module
135 stars 81 forks source link

Add /* eslint-disable */ for generated browser.js #29

Closed wenerme closed 5 years ago

wenerme commented 5 years ago

Turn off the eslint for binary js, so we can download the js, then require and run with eslint enabled project.

Due to the node part need gyp which not works for node 10, so I just download the *_browser.js and put to my react project.

mo4islona commented 5 years ago

Now it supports NodeJS 10.x