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
Database Driver & Version: mysql Ver 15.1 Distrib 10.1.16-MariaDB, for osx10.11 (x86_64) using readline 5.1
Description:
I am using Vue with Laravel, as it is there by default. I have 18 vue components and 4 JS files (for separate vue instances) and 4 css files to be processed by webpack. Previously, "npm run dev" took a few seconds to create the js files, but "npm run prod" was taking like over a minute. But recently I updated vue to latest version (2.5.11) and it started taking too long for "npm run dev", it's taking like around 2 minutes for each run. Even "npm run prod" is taking lower time than it.
Steps To Reproduce:
Create some componets and vue instances as described above and run "npm run dev"
The text was updated successfully, but these errors were encountered:
I also created the issue in webpack : webpack/webpack#6177 .
But need to make sure is it something with laravel mix, which is an extended version of webpack?
Description:
I am using Vue with Laravel, as it is there by default. I have 18 vue components and 4 JS files (for separate vue instances) and 4 css files to be processed by webpack. Previously, "npm run dev" took a few seconds to create the js files, but "npm run prod" was taking like over a minute. But recently I updated vue to latest version (2.5.11) and it started taking too long for "npm run dev", it's taking like around 2 minutes for each run. Even "npm run prod" is taking lower time than it.
Steps To Reproduce:
Create some componets and vue instances as described above and run "npm run dev"
The text was updated successfully, but these errors were encountered: