mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-06-04 08:54:10 -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
67 B
JavaScript
1 line
67 B
JavaScript
module.exports = require('./blockly_compressed_vertical').Blockly;
|