This sample shows how to load Blockly with Parcel V2 bundler.
The example mirrors a similar sample for Webpack bundler.
npm install
npm run start
- http://localhost:1234/index.html: Loads Blockly with all the defaults (JavaScript and English lang).
- http://localhost:1234/generator.html: Loads Blockly with the Python generator.
- http://localhost:1234/locale.html: Loads Blockly with the French locale files.
npm run build