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
related: #866
// index.module.css .some { color: red }
// index.js import("./index.module.css") .then(x=>{ console.log(x) })
期望输出(webpack):
{ "default": { "some-xxx": "YO0yo9FyveEuqauRHO3B" }, __esModule: true }
实际输出(mako): [undefined, undefined]
[undefined, undefined]
mako/crates/mako/src/transformers/transform_dep_replacer.rs
Line 142 in f8fa3a9
ensure 完了之后,还得 then 下去 require
The text was updated successfully, but these errors were encountered:
有业务这么在用?css 也要走按需么?
Sorry, something went wrong.
issued by you ref: #754
略有不同的,这个 case 里面的是 css module。
css 按需有的。module css 按需不是很明确,but webpack 的行为是符合预期的。
是 Bug 但优先级不高。
Successfully merging a pull request may close this issue.
problem
related: #866
期望输出(webpack):
实际输出(mako):
[undefined, undefined]
root cause
mako/crates/mako/src/transformers/transform_dep_replacer.rs
Line 142 in f8fa3a9
ensure 完了之后,还得 then 下去 require
The text was updated successfully, but these errors were encountered: