scratch-blocks/shim/blockly_compressed_vertical.Blockly.js
Ray Schamp ff57c4e4d6 Provide a shim that doesn't need to be built
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.
2016-09-16 11:25:41 -04:00

1 line
67 B
JavaScript

module.exports = require('./blockly_compressed_vertical').Blockly;