Results 72 comments of Damiano

Then it's a smart choice :) I'd say it would be probably better "battery included" if it did automatic type and header detection as mentioned anyway, but allowing further customisations...

@glenjamin thanks for replying. I don't quite get what you mean with "try using the normal command line compiler". Do I have to **not** fire webpack separately when using `webpack-hot-middleware`?...

@doowb could you consider merging the fork or at least updating dependencies in package.json? I hardcoded resolutions with latest dependencies and it's working fine, thus it should be safe.

Same problem here, swagger-jsdoc converts my comments into documentation. `description` field of yml are in markdown format, thus double trailing space means new line. What's the current solution?

@azban is there a workaround for this? I have it either with `--runInBand` or without.

+1 for this 🙏🏻 Did anybody find a solution to auto-install latest versions when running --flat?

@BB-19 is not working for me, what version of next are you using? ```sh error - ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[8].use[1]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[2].oneOf[8].use[2]!./src/styles/index.css /Users/damians/Desktop/predator/tailwind.config.cjs:29 export {}; ^^^^^^ SyntaxError: Unexpected token 'export' at compileFunction () Ready on...

Any news on this? I can't manage to get 100% coverage with ES6 code. Example here => https://github.com/damianobarbati/react-redux-test Config here => ``` { "name": "react-redux-form", "version": "1.0.0", "author": "Damiano Barbati...