We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如 arale-overlay 源码是:
module.exports = require('./src/overlay'); module.exports.Mask = require('./src/mask');
编译后
arale_overlay_120_overlay_debug = function (exports) { exports = arale_overlay_120_src_overlay_debug; module.exports.Mask = arale_overlay_120_src_mask_debug; return exports; }();
抛出 Uncaught ReferenceError: module is not defined 异常。
Uncaught ReferenceError: module is not defined
The text was updated successfully, but these errors were encountered:
试试 spm-webpack
On Wed, Apr 1, 2015 at 11:28 PM, 闲耘™ [email protected] wrote:
比如 arale-overlay 源码是: module.exports = require('./src/overlay');module.exports.Mask = require('./src/mask'); 编译后 arale_overlay_120_overlay_debug = function (exports) { exports = arale_overlay_120_src_overlay_debug; module.exports.Mask = arale_overlay_120_src_mask_debug; return exports; }(); 抛出 Uncaught ReferenceError: module is not defined 异常。 — Reply to this email directly or view it on GitHub #76.
module.exports = require('./src/overlay');module.exports.Mask = require('./src/mask');
— Reply to this email directly or view it on GitHub #76.
Sorry, something went wrong.
No branches or pull requests
比如 arale-overlay 源码是:
编译后
抛出
Uncaught ReferenceError: module is not defined
异常。The text was updated successfully, but these errors were encountered: