-
-
Notifications
You must be signed in to change notification settings - Fork 102
Dependency cheatshet
Yevhen Uzhva edited this page Jan 27, 2017
·
2 revisions
- css-loader - for loading .css files;
- sass-loader - for loading .scss files
-
- node-sass required by sass-loader
- style-loader - for inserting style intp the index.html tag when webpack-dev-server is running
- extract-text-webpack-plugin - for making one .css file from all .scss during webpack build
- webpack - for compile all .jsx and .scss file into dist/ forlder
- webpack-dev-server - for lunching localhost