UNPKG

babel-plugin-transform-amd-system-wrapper

Version:
5 lines (4 loc) 111 B
function factory(first) { return { jquery: '1', first: first }; } define('jquery', ['./first.js'], factory);