From 4cb2da6e4c5e723dbda25890b9ddb932c26a52bf Mon Sep 17 00:00:00 2001 From: Glen Bangkila Date: Sun, 13 May 2018 11:01:44 +0800 Subject: [PATCH] Cool, cool, cool, cool, cool, cool, cool...tight, tight, tight. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a2e732..d5992c5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The code above should be added to your bootstrap file or to the main JavaScript ### Laravel Mix You can also automate the dumping by installing a webpack plugin that runs a simple artisan command on every build so you are sure that you got the latest translation files included in your build. Follow steps below: -1. Install the webpack plugin: `npm install --save-dev webpack-shell-plugin` or `yarn add --dev webpack-shell-plugin` +1. Install the [webpack shell plugin](https://github.com/1337programming/webpack-shell-plugin): `npm install --save-dev webpack-shell-plugin` or `yarn add --dev webpack-shell-plugin` 2. Include the plugin to your `webpack.mix.js` file: ``` const mix = require('laravel-mix');