Replies: 2 comments
-
It has to work with webpack and others too. Last time I tried that API, it just didn't work at all |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that plugin has implemented a file watcher to detect changes in files and update the plugin code. I was wondering, have you used Rollup's built-in plugin API, specifically this.addWatchFile, to watch files.
这个插件自己实现了一个文件的观察者,是不是使用rollup提供的api会更合适。例如this.addWatchFile之类
Beta Was this translation helpful? Give feedback.
All reactions