Joseph Nields

Results 4 comments of Joseph Nields

Ideally this could come from a .editorconfig file... along with indent size / style and newline style,

I created an example of this problem [at this repo](https://github.com/jnields/worker-loader-example). While `importScripts` can be used to include webpack bootstrap functions / commons chunks, you don't have enough info to actually...

Yeah, this definitely seems like a bug to me too as it's a breaking change that is not documented with the 5.0.0 release, and just feels very unintuitive. https://github.com/ReactTraining/history/releases/tag/v5.0.0

My app relies on being able to associate extra state in the history that isn't in the URL and this prevents me from being able to use `vue-router` `react-router` uses...