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"
|
||||
}]
|
||||
}]);
|
||||
|
||||
|
||||
statics.addStatics([{
|
||||
path: dirname(require.resolve("architect-build/build_support/mini_require")),
|
||||
mount: "/"
|
||||
}]);
|
||||
|
||||
}
|
||||
|
||||
/***** Lifecycle *****/
|
||||
|
|
|
@ -34,11 +34,6 @@ function plugin(options, imports, register) {
|
|||
mount: "/"
|
||||
}]);
|
||||
|
||||
statics.addStatics([{
|
||||
path: __dirname + "/../../node_modules/architect-build/build_support",
|
||||
mount: "/"
|
||||
}]);
|
||||
|
||||
statics.addStatics([{
|
||||
path: __dirname + "/../../configs",
|
||||
mount: "/configs"
|
||||
|
|
Ładowanie…
Reference in New Issue