Commit b7d21a66a16fc150f873981f44c712ac8d920cd8

Authored by Geremia Taglialatela
1 parent 8ea7058d

Update postcss-loader to 3.0.0

Also adds browserslist and postcss properties
Showing 1 changed file with 15 additions and 1 deletions
... ... @@ -119,7 +119,7 @@
119 119 "ng-annotate-loader": "^0.1.1",
120 120 "ngtemplate-loader": "^1.3.1",
121 121 "node-sass": "^4.5.3",
122   - "postcss-loader": "^0.13.0",
  122 + "postcss-loader": "^3.0.0",
123 123 "raw-loader": "^0.5.1",
124 124 "react-hot-loader": "^3.0.0-beta.6",
125 125 "sass-loader": "^4.0.2",
... ... @@ -145,5 +145,19 @@
145 145 "node_modules",
146 146 "target"
147 147 ]
  148 + },
  149 + "browserslist": [
  150 + "> 0.5%",
  151 + "last 2 versions",
  152 + "Firefox ESR",
  153 + "not ie <= 10",
  154 + "not ie_mob <= 10",
  155 + "not bb <= 10",
  156 + "not op_mob <= 12.1"
  157 + ],
  158 + "postcss": {
  159 + "plugins": {
  160 + "autoprefixer": true
  161 + }
148 162 }
149 163 }
... ...