commit d496698e9be478774e004d6135d27b8fa522385d
parent 31bef84f12cf512ae27b02198f0f5782a3815402
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Fri, 29 Jan 2016 20:47:21 +0300
Update npm modules; add SCSS parser for PostCSS
Diffstat:
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/package.json b/package.json
@@ -7,20 +7,20 @@
"dependencies": {
"babel-polyfill": "^6.3.14",
"babel-runtime": "^6.3.19",
- "bluebird": "3.1.4",
+ "bluebird": "3.1.5",
"classnames": "2.2.3",
"eventemitter3": "1.1.1",
"express": "4.13.4",
"fastclick": "1.0.6",
- "fbjs": "0.6.1",
+ "fbjs": "0.7.0",
"front-matter": "2.0.5",
"history": "2.0.0-rc2",
- "isomorphic-style-loader": "0.0.7",
+ "isomorphic-style-loader": "0.0.8",
"jade": "1.11.0",
"node-fetch": "1.3.3",
"normalize.css": "3.0.3",
- "react": "0.14.6",
- "react-dom": "0.14.6",
+ "react": "0.14.7",
+ "react-dom": "0.14.7",
"react-routing": "0.0.7",
"source-map-support": "0.4.0",
"whatwg-fetch": "0.11.0"
@@ -55,8 +55,9 @@
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"postcss": "^5.0.14",
- "postcss-import": "^7.1.3",
+ "postcss-import": "^8.0.2",
"postcss-loader": "^0.8.0",
+ "postcss-scss": "^0.1.3",
"precss": "^1.4.0",
"raw-loader": "^0.5.1",
"react-transform-catch-errors": "^1.0.1",
diff --git a/tools/webpack.config.js b/tools/webpack.config.js
@@ -78,7 +78,7 @@ const config = {
'isomorphic-style-loader',
`css-loader?${DEBUG ? 'sourceMap&' : 'minimize&'}modules&localIdentName=` +
`${DEBUG ? '[name]_[local]_[hash:base64:3]' : '[hash:base64:4]'}`,
- 'postcss-loader',
+ 'postcss-loader?parser=postcss-scss',
],
}, {
test: /\.json$/,