mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-06-07 18:35:01 -04:00
Because this package installs imports-loader and exports-loader, when another package requires scratch-blocks, webpack will use this package's loaders to do the shimming. This way it will be built by the parent package.
1 line
69 B
JavaScript
1 line
69 B
JavaScript
module.exports = require('./blockly_compressed_horizontal').Blockly;
|