Dustin Deus
Dustin Deus
# Steps to reproduce 1. Install via choco 2. Run new powershell and type `nvs` but command could not be found 3. Run `nvs` script from app directory directly 4....
The default ignore options doesn't ignore changes in the `.git` directory ``` [browser-refresh] Server is ready. Page refresh triggered over WebSockets connection. [browser-refresh] Triggering refresh of client pages... [browser-refresh] Refresh...
## Proposed changes This feature is needed to provide a sync interface for libraries like: - https://github.com/giuseppeg/styled-jsx-plugin-postcss/issues/31#issuecomment-588051109 They were forced to use a workaround like https://github.com/abbr/deasync. This PR will use...
Node: 4.2.1 Windows: 10 Visual Studio: 2013 and 2015 installed, Build Tools installed. Python: 2.7 NPM: 3.8.0 Node-gyp: 3.3.1 I tried any options which are assoicated with the build process...
@lucleray I don't know if it's related to `next-compose-plugins` but when I use this plugin the hash of the generated `common` chunks is wrong. ```js module.exports = withPlugins( [ withCSS,...
Hi, thanks for the great post about ESI/CLI. I would like to show you my prototype. Perhaps a great tool to highlight some examples without to run nginx. https://github.com/hemerajs/momos
### Don't throw to handle operational errors Thrown errors should indicate that something is really broken. This is a circumstance where the NodeJs process should gracefully shutdown to come back...
If you remove a whole class the generated component.css is not updated. If you update a single property it works. For me, it looks like that an empty style tag...
As titled. https://github.com/webpack-contrib/css-loader#scope This would allow to have real "No global scope." for CSS modules. Example: ``` Syntax error: Selector ":global .page" is not pure (pure selectors must contain at...
Hi, funny project and I think I can help you with your `Improve performance even more!` roadmap point. Use [fd](https://github.com/sharkdp/fd) as an alternative to `find` with cross platform compatibility.