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
Has there been any interest in creating a module api so that the tool can be more easily integrated into other toolchains, e.g.:
importbabelWatchfrom'babel-watch';constwatcher=babelWatch(src,{extensions: ['.js','.ts']};// maybe some custom event api, that lets you access the build lifecycle// e.g. watcher.on('restart')// maybe some way to manually restart the build, e.g.// watcher.restart();
Is this something that you think fits in the scope of this tool? And if you do, is it something that you need help with?
Hey!
Thanks for an excellent tool!
Has there been any interest in creating a module api so that the tool can be more easily integrated into other toolchains, e.g.:
Is this something that you think fits in the scope of this tool? And if you do, is it something that you need help with?
Similar APIs:
https://vitejs.dev/guide/api-javascript.html
https://webpack.js.org/configuration/dev-server/
https://www.snowpack.dev/reference/javascript-interface
The text was updated successfully, but these errors were encountered: