Webpack starter to get you rolling with ES6 + SCSS so you can start cracking away at tutorials online
Install
npm install
Development
npm run dev
Production
npm run production
- ES6 support
- SCSS Compiler with Autoprefixer + CSSNano
- single
index.html
to render HTML markup - images ->
jpg|png
{
"autoprefixer": "^7.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.5",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
Create a Pull Request or submit an issue so I can add them in!