Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit c60d30b

Browse files
alexspencekylemh
authored andcommitted
Fix horrible safari rendering fixes #109
1 parent 4bac4b7 commit c60d30b

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

config/webpack.config.dev.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const env = getClientEnvironment(publicUrl);
2626
const postCSSLoaderOptions = {
2727
ident: 'postcss', // https://webpack.js.org/guides/migrating/#complex-options
2828
plugins: () => [
29-
require('postcss-flexbugs-fixes'),
3029
autoprefixer({
3130
browsers: [
3231
'>1%',

config/webpack.config.prod.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ const extractTextPluginOptions = shouldUseRelativeAssetPaths
4949
const postCSSLoaderOptions = {
5050
ident: 'postcss', // https://webpack.js.org/guides/migrating/#complex-options
5151
plugins: () => [
52-
require('postcss-flexbugs-fixes'),
5352
autoprefixer({
5453
browsers: [
5554
'>1%',

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"font-awesome": "^4.7.0",
1111
"history": "^4.6.1",
1212
"lodash": "^4.17.4",
13-
"postcss-flexbugs-fixes": "^3.0.0",
1413
"prop-types": "^15.5.8",
1514
"react": "^15.5.4",
1615
"react-dom": "^15.5.4",

0 commit comments

Comments
 (0)