diff --git a/README.md b/README.md index 4d73553..fe0364b 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,27 @@ elixir(function(mix) { mix.webpack('app.js'); // resources/assets/js/app.js }) ``` + +## Extending/Modifying the Default Config + +From Elixir's docs: + +> If you'd like to leverage more of Webpack's functionality, Elixir will read any webpack.config.js file that is in your project root and factor its configuration into the build process. + +For example, to make Vue use `sass-loader` for `