Add a missing word

This commit is contained in:
Spencer Williams 2018-04-04 11:26:01 -06:00
parent 4e945b001f
commit a274a10407
1 changed files with 1 additions and 1 deletions

2
mix.md
View File

@ -273,7 +273,7 @@ Mix provides a useful `webpackConfig` method that allows you to merge any short
#### Custom Configuration Files
If you would like completely customize your Webpack configuration, copy the `node_modules/laravel-mix/setup/webpack.config.js` file to your project's root directory. Next, point all of the `--config` references in your `package.json` file to the newly copied configuration file. If you choose to take this approach to customization, any future upstream updates to Mix's `webpack.config.js` must be manually merged into your customized file.
If you would like to completely customize your Webpack configuration, copy the `node_modules/laravel-mix/setup/webpack.config.js` file to your project's root directory. Next, point all of the `--config` references in your `package.json` file to the newly copied configuration file. If you choose to take this approach to customization, any future upstream updates to Mix's `webpack.config.js` must be manually merged into your customized file.
<a name="copying-files-and-directories"></a>
## Copying Files & Directories