amoliski

Results 5 comments of amoliski

How is this still outstanding? In the meantime, if using yarn, you can add the following to your package.json: ``` "resolutions" : { "istanbul-lib-coverage": "^3.2.0" } ``` NPM 8.4.0 can...

The way I got it to work was: app.js ``` const server_path = `${__dirname}/server/`; const subApp = require('./subapp'); const app = module.exports = express(); app.expressWs = require('express-ws')(app); app.use('/subApp', subApp); ......

Any chance of this being added to MM as well?

@phiter That playground could use this to tighten up the syntax, but I think in that case the verbosity is on purpose. ``` ``` https://codepen.io/amoliski/pen/pooJgvY

Fair enough, I went a bit overboard collapsing it down to take up less space in the comment. The syntax isn't great, but it sure beats typing out fifteen equals...