UNPKG

@bolt/build-tools

Version:

Curated collection of front-end build tools in the Bolt Design System.

8 lines (7 loc) 192 B
// Provide a "System" global. module.exports = { // Make sure import is only used as "System.import" import: function() { throw new Error("System.import cannot be used indirectly"); } };