robotopia-x / todo

:warning: DEPRECATED - projects will be now tracked on organization level
https://github.com/orgs/robotopia-x/projects/2
The Unlicense
1 stars 0 forks source link

Create blockly bundle which is consumable with require #10

Closed paulsonnentag closed 7 years ago

paulsonnentag commented 7 years ago

Blockly uses the module system of the google closure compiler. There are existing bundles but they are either outdated or don't work. Including the javscript files directly with script tags is not an option (at least not with budo). There exists a loader for webpack which has support for closure modules: https://www.npmjs.com/package/webpack-closure-compiler. My proposed solution is to create our own blockly repo which bundles everything toghether with webpack.