Abhijeet Singh

Results 40 comments of Abhijeet Singh
trafficstars

Additional context on the issue: The hot reload feature isn't working either. I even tried enabling it by adding `hot: true` to `devServer` in the code above but hot reload...

@fivethreeo Did that code snippet work for you? I tried using the same code and got this error: ```sh > razzle start WAIT Compiling... TypeError: Cannot convert undefined or null...

Looks like this just took me back to square one. The code compiles without errors but the start script still doesn't automatically open a Chrome tab like webpack-dev-server usually does...

I'm just running the regular `razzle start` command. (Actually `npm run dev` where `"dev": "razzle start"` if that matters) The config [here](https://github.com/jaredpalmer/razzle/blob/master/packages/razzle/config/razzleDevServer.js) indicates that the script uses `webpack-dev-server` so I'm...

@jaredpalmer Any update on the blog post for this? :)

This bug seems pretty old. Any update on this? https://stackoverflow.com/questions/65319422/append-multiple-script-tags-to-head-that-execute-synchronously-in-react/

**Update:** After a trip around multiple Google searches, I ended up reading this blog which mentioned the vscode-extension-samples repository is the right place to look for examples: https://tomassetti.me/integrating-code-completion-in-visual-studio-code/ Manually going...

@RobPethick Please review

> webpack-cli uses webpack-merge under the hood to extend the configuration. So the behaviour should be same as webpack-merge. That's not clear from the docs. The Overriding Configurations section mentions...

I was getting this error when specifying filename in the markdown. Changed > \```ts:myFilename.ts to > \```ts and this error went away.