Add Sass to Webpack build
This commit is contained in:
parent
74b6944b0d
commit
99626d907f
5 changed files with 15 additions and 17 deletions
|
@ -17,17 +17,19 @@
|
|||
"@types/react": "0.14.39",
|
||||
"@types/react-dom": "0.14.17",
|
||||
"angular": "1.5.8",
|
||||
"css-loader": "0.25.0",
|
||||
"ngreact": "0.3.0",
|
||||
"react": "15.3.2",
|
||||
"react-dom": "15.3.2",
|
||||
"style-loader": "0.13.1",
|
||||
"typescript": "2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"css-loader": "0.25.0",
|
||||
"node-sass": "3.10.1",
|
||||
"sass-loader": "4.0.2",
|
||||
"source-map-loader": "0.1.5",
|
||||
"style-loader": "0.13.1",
|
||||
"ts-loader": "0.9.5",
|
||||
"typings": "1.4.0",
|
||||
"webpack": "1.13.2"
|
||||
"webpack": "1.13.3"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue