Webpack environment ready to compile sass/scss and add autoprefixes to the resulting css.
Installing the dependencies.
$ yarn install
$ npm install
After importing the sass/scss files into index.js, run the following to compile sass/scss into css.
$ yarn run dev
$ npm run dev
$ yarn run prod
$ npm run prod
Delete the dist/ folder generated when compiling the files.
$ yarn run clean
$ npm run clean