Skip to content

Commit 8123780

Browse files
committed
fix: Fix autoprefixer in Drupal builds (WWWD-2139)
1 parent c152ffe commit 8123780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build-tools/create-webpack-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function createConfig(config) {
240240
sourceMap: true,
241241
plugins: () => [
242242
postcssDiscardDuplicates,
243-
autoprefixer,
243+
autoprefixer({browsers: ['last 2 versions', 'IE 11']}),
244244
],
245245
},
246246
},

0 commit comments

Comments
 (0)