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 = {
78
78
includePaths : [ path . join ( __dirname , 'styles-sass-test' ) ] ,
79
79
} ,
80
80
experimental : {
81
- optimizeCss : true ,
81
+ optimizeCss : false ,
82
82
images : {
83
83
remotePatterns : [
84
84
{
Original file line number Diff line number Diff line change @@ -468,8 +468,6 @@ describe('onBuild()', () => {
468
468
'.next/BUILD_ID' ,
469
469
'.next/static/chunks/webpack-middleware*.js' ,
470
470
'!.next/server/**/*.js.nft.json' ,
471
- '.next/static/css/1152424140993be6.css' ,
472
- '.next/static/css/84099ae0bbc955fa.css' ,
473
471
'!../../node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*' ,
474
472
`!node_modules/next/dist/server/lib/squoosh/**/*.wasm` ,
475
473
`!node_modules/next/dist/next-server/server/lib/squoosh/**/*.wasm` ,
You can’t perform that action at this time.
0 commit comments