branch support-webpack updated (d0e2bd2 -> db18b2b)
This is an automated email from the git hooks/post-receive script. New change to branch support-webpack in repository oipf-stub. See https://gitlab.nuiton.org/codelutin/oipf-stub.git from d0e2bd2 Fix require new db18b2b Forget require The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit db18b2bc36bce14032956e901a65a36358b87500 Author: Julien Ruchaud <ruchaud@codelutin.com> Date: Mon Mar 6 15:39:47 2017 +0100 Forget require Summary of changes: src/OipfStubContext.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact SCM administrator <admin+scm@forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch support-webpack in repository oipf-stub. See https://gitlab.nuiton.org/codelutin/oipf-stub.git commit db18b2bc36bce14032956e901a65a36358b87500 Author: Julien Ruchaud <ruchaud@codelutin.com> Date: Mon Mar 6 15:39:47 2017 +0100 Forget require --- src/OipfStubContext.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OipfStubContext.js b/src/OipfStubContext.js index 6cec584..263392f 100644 --- a/src/OipfStubContext.js +++ b/src/OipfStubContext.js @@ -227,7 +227,7 @@ module.exports = class OipfStubContext { // the register need to be compiled as this, can't use dynamic code here, // otherwise, Register file won't be included at compilation time if (extensionName === "opera") { - let ExtensionRegister = require("./extensions/opera/Register"); + let ExtensionRegister = this.requireJS("./extensions/opera/Register", require("./extensions/opera/Register")); ExtensionRegister.register(); } } -- To stop receiving notification emails like this one, please contact SCM administrator <admin+scm@forge.codelutin.com>.
participants (1)
-
scm