Skip to content

Commit 181a2f0

Browse files
committed
remove broken concatenation for now
1 parent 8828dfa commit 181a2f0

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

lib/css/CssExportsGenerator.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,8 @@ class CssExportsGenerator extends Generator {
2626
super();
2727
}
2828

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-
}
29+
// TODO add getConcatenationBailoutReason to allow concatenation
30+
// but how to make it have a module id
3731

3832
/**
3933
* @param {NormalModule} module module for which the code should be generated

0 commit comments

Comments
 (0)