Closed zoltan-kovac closed 8 years ago
Let’s start with 1. – JS bundling and linting.
Then we can decide what to do next.
But only 1.c. Use webpack to bundle JavaScript. And use Webpack 2 beta version.
Next steps:
Webpack is particularly interesting for its Code Splitting. This is a really useful thing to do in the future.
Merged with config-new branch
1. Use webpack to bundle css, html and javascript files.
Using webpack stream and loaders packages we can move all transformation plugins to one webpack configuration file. http://blog.andrewray.me/webpack-when-to-use-and-why/
2. Use webpack for linting and autoprefixing
? Use webpack loader to load fonts, images and svg
? Introduce react ready dev stack with Hot module replacement