This sample shows how to load Blockly with Webpack using ES6 Modules
.
npm install
npm run start
- http://localhost:3000/index.html: Loads Blockly with all the defaults (JavaScript and English lang).
- http://localhost:3000/generator.html: Loads Blockly with all the Python generator.
- http://localhost:3000/locale.html: Loads Blockly with the French locale files.