Chris Pearce

Results 31 comments of Chris Pearce

Also got this on a fresh webpack-dev-server setup. Compiling straight with webpack (same config) works but webpack-dev-server fails. ```js const path = require('path'); module.exports = { entry: './src/index.ts', output: {...

Would be great to get this working in the "least surprising way". In this case to reference the original [webpack docs](https://webpack.js.org/api/hot-module-replacement/#accept): > When using ESM import all imported symbols from...

Ok just managed to get this working as expected by compiling modules to ES2015 format rather than commonjs. `"module": "es2015"` in `tsconfig.json`

@NickDubelman Webpack requires ES Module syntax to do auto updating of module exports/imports. By default TS will compile to commonjs and so webpack can't make the same assumptions about those...

I'm having the same issue on Mac 10.13.3. Arrow nor numbered keys are working for me. ``` Hyper 2.0.0 Plugins: hyper-pane (2.1.3), hyper-oceanic-next (0.0.2) ```

Also sharing an up-to-date ASTExplorer session for people to play around would be awesome. Eg. https://astexplorer.net/#/dKZROdJGUy

I would actually take the time to contribute this table but I'm on holiday for a few weeks from tomorrow so just wanted to share the idea! :)

Any chance we could get another look at this? It would appear there isn't really a great reason why prisma could not accept a readonly array as an input because...

Hey! Been asked to raise my use case for, at least optionally, being able to not embed env/config variables into bundles. I originally raised this in https://github.com/prisma/prisma2/issues/287. In our pipeline...

Slightly confused how this works in the actual typedoc website where generated docs are hosted at `/example` and `/api`? Links throughout the docs are all generated relative to those. Ie....