We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9c3df commit 76d2492Copy full SHA for 76d2492
demos/default/next.config.js
@@ -78,7 +78,7 @@ module.exports = {
78
includePaths: [path.join(__dirname, 'styles-sass-test')],
79
},
80
experimental: {
81
- optimizeCss: true,
+ optimizeCss: false,
82
images: {
83
remotePatterns: [
84
{
test/index.js
@@ -468,8 +468,6 @@ describe('onBuild()', () => {
468
'.next/BUILD_ID',
469
'.next/static/chunks/webpack-middleware*.js',
470
'!.next/server/**/*.js.nft.json',
471
- '.next/static/css/1152424140993be6.css',
472
- '.next/static/css/84099ae0bbc955fa.css',
473
'!../../node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*',
474
`!node_modules/next/dist/server/lib/squoosh/**/*.wasm`,
475
`!node_modules/next/dist/next-server/server/lib/squoosh/**/*.wasm`,
0 commit comments