We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70882e3 commit bebb104Copy full SHA for bebb104
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "laravel-mix",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "Laravel Mix is an elegant wrapper around Webpack for the 80% use case.",
5
"main": "src/index.js",
6
"scripts": {
src/Api.js
@@ -278,7 +278,8 @@ class Api {
278
browserSync(config = {}) {
279
Verify.dependency(
280
'browser-sync-webpack-plugin',
281
- 'npm install browser-sync-webpack-plugin browser-sync --save-dev'
+ 'npm install browser-sync-webpack-plugin browser-sync --save-dev',
282
+ true
283
);
284
285
if (typeof config === 'string') {
0 commit comments