UNPKG
ss-build
Version:
latest (0.2.0)
0.2.0
0.1.0
Building Socketstream assets without running the server
github.com/thepian/ss-build
thepian/ss-build
ss-build
/
index.js
12 lines
(9 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
exports
.
system
=
function
(
ss
) {
return
{
system
:
require
(
'./lib/system'
)(ss) }; };
exports
.
bundlers
= {
webpack
:
require
(
'./lib/bundlers/webpack'
) };