kopia lustrzana https://github.com/c9/core
use mini_require in odev too
rodzic
f1161fa5de
commit
a0eb68214f
|
@ -81,7 +81,12 @@ function main(options, imports, register) {
|
||||||
"main": "msgpack.js"
|
"main": "msgpack.js"
|
||||||
}]
|
}]
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
|
statics.addStatics([{
|
||||||
|
path: dirname(require.resolve("architect-build/build_support/mini_require")),
|
||||||
|
mount: "/"
|
||||||
|
}]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/***** Lifecycle *****/
|
/***** Lifecycle *****/
|
||||||
|
|
|
@ -34,11 +34,6 @@ function plugin(options, imports, register) {
|
||||||
mount: "/"
|
mount: "/"
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
statics.addStatics([{
|
|
||||||
path: __dirname + "/../../node_modules/architect-build/build_support",
|
|
||||||
mount: "/"
|
|
||||||
}]);
|
|
||||||
|
|
||||||
statics.addStatics([{
|
statics.addStatics([{
|
||||||
path: __dirname + "/../../configs",
|
path: __dirname + "/../../configs",
|
||||||
mount: "/configs"
|
mount: "/configs"
|
||||||
|
|
Ładowanie…
Reference in New Issue