最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

npm start on WordPress Theme With Flynt, the file watcher is not working for js file change - Stack Overflow

programmeradmin6浏览0评论

I am developing the custom wordpress theme by using / I run 'npm start' to start the file watcher. but the hot-realoading is working only for changes of php, twig and scss. 'npm start' is not detecting the js changes. my os is windows 10.

currently I am using the following command "serve": "vite dev", "watch": "vite build -w",

so npm run serve and npm run watch.

npm run watch is detecting the js changes and working the re-compile. but still hot reloading is not working on my win10.

why npm start is not working fully?

this is flynt git :

looking forward to hearing from you.

Regards

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论