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
/
lib
/
webpack
/
WebpackResolvePlugin.js
7 lines
(6 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
) {
this
.
apply
=
function
(
compiler
) {
//TODO add input FS, module, start
compiler.
plugin
(
"normal-module-factory"
,
require
(
'./NormalModuleFactory'
)); }; };