UNPKG
bundlejs
Version:
latest (0.0.1)
0.0.1
simplistic tool for bundling javascripts and css files
bundlejs
/
test
/
fixtures
/
complex.js
8 lines
(7 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
;(
function
(
) {
// bundle one.js
})(); ;(
function
(
) {
// bundle two.js
//bundle nested.js
})();