Skip to content

Commit 2a7fc46

Browse files
committed
Fix bug with css build not properly prefixing things for Firefox
1 parent d69f816 commit 2a7fc46

File tree

2 files changed

+309
-227
lines changed

2 files changed

+309
-227
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@
7878
"glob-all": "^3.1.0",
7979
"html-webpack-plugin": "^3.2.0",
8080
"mini-css-extract-plugin": "^0.8.0",
81-
"postcss": "^6.0.21",
82-
"postcss-import": "^11.1.0",
81+
"postcss": "^7.0.21",
82+
"postcss-import": "^12.0.1",
8383
"postcss-loader": "^3.0.0",
84-
"postcss-preset-env": "^3.4.0",
85-
"precss": "^3.1.2",
84+
"postcss-preset-env": "^6.7.0",
85+
"precss": "^4.0.0",
8686
"purgecss-webpack-plugin": "^1.1.0",
8787
"resolve-url-loader": "^3.0.0",
8888
"source-map-loader": "^0.2.4",
@@ -105,6 +105,9 @@
105105
"serve": "yarn run clean && PUBLIC_PATH=https://pterodactyl.test:8080 NODE_ENV=development webpack-dev-server --host 0.0.0.0 --hot --https --key /etc/ssl/private/pterodactyl.test-key.pem --cert /etc/ssl/private/pterodactyl.test.pem"
106106
},
107107
"browserslist": [
108-
"defaults"
108+
"> 0.5%",
109+
"last 2 versions",
110+
"firefox esr",
111+
"not dead"
109112
]
110113
}

0 commit comments

Comments
 (0)