We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8828dfa commit 181a2f0Copy full SHA for 181a2f0
1 file changed
lib/css/CssExportsGenerator.js
@@ -26,14 +26,8 @@ class CssExportsGenerator extends Generator {
26
super();
27
}
28
29
- /**
30
- * @param {NormalModule} module module for which the bailout reason should be determined
31
- * @param {ConcatenationBailoutReasonContext} context context
32
- * @returns {string | undefined} reason why this module can't be concatenated, undefined when it can be concatenated
33
- */
34
- getConcatenationBailoutReason(module, context) {
35
- return undefined;
36
- }
+ // TODO add getConcatenationBailoutReason to allow concatenation
+ // but how to make it have a module id
37
38
/**
39
* @param {NormalModule} module module for which the code should be generated
0 commit comments