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 ee5cd1a commit 5e52f2bCopy full SHA for 5e52f2b
packages/uikit-workshop/package.json
@@ -117,5 +117,10 @@
117
"whendefined": "^0.0.1",
118
"wolfy87-eventemitter": "^5.2.6",
119
"yargs": "^13.3.0"
120
- }
+ },
121
+ "browserslist": [
122
+ ">0.25%",
123
+ "ie 11",
124
+ "not op_mini all"
125
+ ]
126
}
packages/uikit-workshop/webpack.config.js
@@ -57,18 +57,7 @@ module.exports = function() {
57
loader: 'postcss-loader',
58
options: {
59
sourceMap: config.sourceMaps,
60
- plugins: () => [
61
- autoprefixer({
62
- browsers: [
63
- 'last 2 version',
64
- 'safari 5',
65
- 'ie 8',
66
- 'ie 9',
67
- 'opera 12.1',
68
- 'android 4',
69
- ],
70
- }),
71
+ plugins: () => [autoprefixer()],
72
},
73
74
{
0 commit comments