wallabyjs / console-ninja

Repository for Console Ninja questions and issues
https://console-ninja.com
Other
385 stars 21 forks source link

[Feature]: support for fusebox #103

Closed tarwich closed 1 year ago

tarwich commented 1 year ago

Describe the feature you'd like.

We're using fusebox as our bundler. Is there any way to add support for it?

I've been holding off mentioning it in hopes you'd come out with a library I could add or call. Especially since I'm trying to convince the company to use a different bundler in the next few years.

If you're able to add support for it, it would help with our development cycle. Thanks!

smcenlly commented 1 year ago

Looking at contributions, website, and npm downloads, it looks like fusebox is a legacy/deprecated technology and as such is not something we will support as a first class technology:

github contributions

image

website

image

npm downloads

image

I've been holding off mentioning it in hopes you'd come out with a library I could add or call. Especially since I'm trying to convince the company to use a different bundler in the next few years.

We are working on a feature to allow Console Ninja work with any application launched directly as node file_name.js, which you should be able to use to work with fusebox. Please track this issue for updates.

tarwich commented 1 year ago

Thanks! #47 seems to be what I was looking for.