You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error was because of version 1 in npm install webpack-livereload-plugin@1 --save-dev , like in the documentation.
I installed the latest version and got no error npm install webpack-livereload-plugin --save-dev
The text was updated successfully, but these errors were encountered:
When I was trying to to use LiveReload, I got error
TypeError: compiler.plugin is not a function
webpack.mix.js
:The error was because of version 1 in
npm install webpack-livereload-plugin@1 --save-dev
, like in the documentation.I installed the latest version and got no error
npm install webpack-livereload-plugin --save-dev
The text was updated successfully, but these errors were encountered: