Daniel Stern
Daniel Stern
A PR would be great! ________________________________ From: James Parslow ***@***.***> Sent: October 18, 2021 5:31 AM To: danielstern/isomorphic-react ***@***.***> Cc: Subscribed ***@***.***> Subject: Re: [danielstern/isomorphic-react] Cannot find module 'uglifyjs-webpack-plugin' (#63)...
Thank you, looks like this is a regression caused by an external version update. Would be happy to accept a PR for this.
That's a tricky one. Could you attach a screenshot of the errors you are viewing in Chrome / Node?
try `npm install -g babel-node`
Hello, Excellent point. Not including Babel-CLI could have potentially been an oversight. How did you resolve this problem?
Great to hear that it started working
Thank you! Looks like a fix can be done just be changing the Begin files. I'd be happy to look at a PR for this
Because they say much more than words ever could
We are running it in coordination with Husky(https://github.com/typicode/husky) to run ESLint in our pre-push. We're hoping for something like ``` "scripts": { "prepush": "set CI=true&&npm test&&eslint", } ```