@@ -308,6 +308,7 @@ describe('getBuildPluginOptions', () => {
308308 '/path/to/.next/static/**/*.js.map' ,
309309 '/path/to/.next/static/**/*.mjs.map' ,
310310 '/path/to/.next/static/**/*.cjs.map' ,
311+ '/path/to/.next/static/**/*.css.map' ,
311312 ] ) ;
312313 } ) ;
313314
@@ -331,6 +332,7 @@ describe('getBuildPluginOptions', () => {
331332 '/path/to/.next/static/**/*.js.map' ,
332333 '/path/to/.next/static/**/*.mjs.map' ,
333334 '/path/to/.next/static/**/*.cjs.map' ,
335+ '/path/to/.next/static/**/*.css.map' ,
334336 ] ) ;
335337 } ) ;
336338
@@ -355,6 +357,7 @@ describe('getBuildPluginOptions', () => {
355357 '/path/to/.next/static/**/*.js.map' ,
356358 '/path/to/.next/static/**/*.mjs.map' ,
357359 '/path/to/.next/static/**/*.cjs.map' ,
360+ '/path/to/.next/static/**/*.css.map' ,
358361 ] ) ;
359362 } ) ;
360363
@@ -788,6 +791,7 @@ describe('getBuildPluginOptions', () => {
788791 `${ complexPath } /static/**/*.js.map` ,
789792 `${ complexPath } /static/**/*.mjs.map` ,
790793 `${ complexPath } /static/**/*.cjs.map` ,
794+ `${ complexPath } /static/**/*.css.map` ,
791795 ] ) ;
792796 } ) ;
793797 } ) ;
0 commit comments