How to run only one webpack process in Laravel Application?

假装没事ソ 提交于 2019-12-12 02:18:41

问题


is there any utility to pass through npm run dev variable that may compile only one process

for example

npm run dev --sass or npm run dev --js --styles --scripts

thank you in advance


回答1:


No, there is no such function available by default. The only thing (that might help you) you can do is running npm run watch, which only compiles changed files again.



来源:https://stackoverflow.com/questions/42886928/how-to-run-only-one-webpack-process-in-laravel-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!