File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ module.exports = {
7878 includePaths : [ path . join ( __dirname , 'styles-sass-test' ) ] ,
7979 } ,
8080 experimental : {
81- optimizeCss : true ,
81+ optimizeCss : false ,
8282 images : {
8383 remotePatterns : [
8484 {
Original file line number Diff line number Diff line change @@ -468,8 +468,6 @@ describe('onBuild()', () => {
468468 '.next/BUILD_ID' ,
469469 '.next/static/chunks/webpack-middleware*.js' ,
470470 '!.next/server/**/*.js.nft.json' ,
471- '.next/static/css/1152424140993be6.css' ,
472- '.next/static/css/84099ae0bbc955fa.css' ,
473471 '!../../node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*' ,
474472 `!node_modules/next/dist/server/lib/squoosh/**/*.wasm` ,
475473 `!node_modules/next/dist/next-server/server/lib/squoosh/**/*.wasm` ,
You can’t perform that action at this time.
0 commit comments