Bruce Hauman
Bruce Hauman
The reason this is working on startup is that the wiring isn't yet setup to capture and send `println`'s back to the command line REPL. There is a fix for...
This is interesting and deserves some attention. The main issue here is to report the results (if possible, i.e. an unrecoverable error didn't occur) and still produce a failing exit...
I don't use cursive as an editor. Please check out the #cursive channel on the Clojurians slack. http://clojurians.net/
Are you using [figwheel-main 0.2.12] because I committed fixes for this as explained in the CHANGES.md. https://github.com/bhauman/figwheel-main/commit/22d4895ee1cb6c59de595adf6440669b970ab899 https://github.com/bhauman/figwheel-main/commit/c05a544bd7737bbd43c278441f09ce0edc29a16b https://github.com/bhauman/figwheel-main/commit/1da733610a7b67cc7288f7bbdda734066e160b0d Am I missing something? I have just successfully started a figwheel...
@paulbutcher So I would need to know more about your set up because, things are working for me on `webpack 4.43.0` My build (a new figwheel-main-template build) doesn't have multiple...
Hmmm well I get this failure when I try that. ``` [Figwheel:SEVERE] Bundling command failed error: unknown option '--output-filename' [webpack-cli] Run 'webpack --help' to see available commands and options ```...
@clyfe if you use webpack-cli 4.4 with webpack 5 then `--output-filename` is recognized. Or if you use webpack-cli 3.3 with webpack 4 then `--output-filename` is recognized. But not webpack-cli 4.4...
Oh well darn. Thank you for letting me know. It used to work for webpack 5. Sorry for the resistance on my end. It took a bit of sorting out...
This is odd right because `--output-filename` is right there.
OK I tested this out and it works in most cases but not in the case where webpack 4 is used with webpack-cli 4, which is hopefully just not going...