Skip to content

Commit b208f40

Browse files
committed
Fix functional test on PostCSS/Autoprefixer
1 parent e8ddc55 commit b208f40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/functional.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,9 @@ module.exports = {
10551055
`
10561056
);
10571057

1058+
// Force very old Safari to ensure that autoprefixer will prefix `backdrop-filter`
1059+
fs.writeFileSync(path.join(appDir, '.browserslistrc'), 'Safari 9');
1060+
10581061
const config = testSetup.createWebpackConfig(appDir, 'www/build', 'dev');
10591062
config.enableSingleRuntimeChunk();
10601063
config.setPublicPath('/build');

0 commit comments

Comments
 (0)