Transitioning from Gulp to Webpack
To use Gulp for your build:
- clone this repo
- cd into the gulp-build directory
- run 'yarn'
- read the blog post here: http://blog.mobnia.com/transitioning-to-webpack-from-gulp-part-1/
To use webpack for your build:
- clone this repo
- cd into the webpack-build directory
- run 'yarn'
- read the blog post here: http://blog.mobnia.com/transitioning-to-webpack-from-gulp-part-2/