laravel-mix-docs
laravel-mix-docs copied to clipboard
Laravel Mix Documentation
When I was trying to to use LiveReload, I got error `TypeError: compiler.plugin is not a function` `webpack.mix.js` : ``` const mix = require('laravel-mix'); const LiveReloadPlugin = require('webpack-livereload-plugin'); mix.js('resources/react/app.js', 'public/js')...
Update livereload docs to work with laravel mix v@6
Greetings! I am the maintainer of kellymears/laravel-mix-wp-blocks. Which is listed as an [entry on the laravel mix docs site](https://laravel-mix.com/extensions/wp-blocks). Thanks for including it. I transitioned this package to the @pixelcollective...