Marcin K

Results 33 comments of Marcin K

I have similar issues. ``` js TypeError: Class constructors cannot be invoked without 'new' at ActionsGenerator.FeedActions (/home/raziel/MyProjects/legion-media/isomorphic/build/server.js:463:2) ``` I think it is related to #604 I will take a look...

```bash pp_1 | WARNING in ../../node_modules/inversify/es/utils/js.js app_1 | Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): app_1 | Failed to parse source map from '/project/node_modules/inversify/src/utils/js.ts' file: Error: ENOENT: no such file or directory, open...

for us mocking stopped working once we added `"runtime": "automatic"`

@domenic can you advice where this can be added in jsdom ?

It is happening again. main point to index.js that is not transpilled.

@andrewharvey can you please re-open this issue?

I am missing some stuff. In my first Crystal project I need to use makefiles to manage compilation. 1. npm have **scripts** in package.json that are arbitrary bash commands including...

The problem with Makefiles is that they leaks project dependencies to environment. When moving project to new box/developer I need to have additional tooling and platform specific install script for...

what is standardised way to watch for file changes? I am using watchman from facebook.

We have same issue. Using yarn resolutions to pin 10.0.0 works for now