File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ function plugin({
134
134
break ;
135
135
default :
136
136
console . warn (
137
- `[Static CSS Modules] Unsupported template language "${ template . lang } "! Skipped`
137
+ `[CSS Modules] Unsupported template language "${ template . lang } "! Skipped`
138
138
) ;
139
139
140
140
return ;
@@ -152,7 +152,7 @@ function plugin({
152
152
153
153
if ( templateLinesDifference > 0 )
154
154
transformedTemplate += "\n" . repeat ( templateLinesDifference ) ;
155
- else console . warn ( `[Static CSS Modules] Resulting <template> is longer than source!` ) ;
155
+ else console . warn ( `[CSS Modules] Resulting <template> is longer than source!` ) ;
156
156
157
157
//#endregion
158
158
@@ -228,8 +228,8 @@ function plugin({
228
228
229
229
export {
230
230
plugin as default , //
231
- plugin ,
232
- TPluginOptions ,
231
+ plugin as cssm ,
232
+ type TPluginOptions ,
233
233
} ;
234
234
235
235
export {
@@ -239,5 +239,5 @@ export {
239
239
240
240
export {
241
241
removeCssModulesChunk , //
242
- TRemoveCssModulesChunkOptions ,
242
+ type TRemoveCssModulesChunkOptions ,
243
243
} from "./removeCssModulesChunk.js" ;
You can’t perform that action at this time.
0 commit comments