UNPKG

steal-tools

Version:

Futuristic build tools for ES6 Module applications.

10 lines (6 loc) 136 B
import $ from "jquery"; import * as child from "./child"; window.MODULE = { child: child }; $("body").html("<h1>Hello World</h1>");