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>.