UNPKG

bd-load

Version:

A small and fast AMD loader for building modern applications on node.js and the browser.

17 lines (15 loc) 279 B
require.config({ packages: [ {name: "chai", location: "../chai", main: "chai"}, ] }); define([ "test/basic", "test/inject", "test/baseUrl", "test/toUrl", "test/contextRequire", "test/explicitDefine", "test/pathsConfig", "test/packagesConfig" ], {});