nwb icon indicating copy to clipboard operation
nwb copied to clipboard

A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)

Results 103 nwb issues
Sort by recently updated
recently updated
newest added

This issue is a: - Question / support request I published my component, of which I only want a single default export. I don't want any of the nested files...

This issue is a: - Bug report https://github.com/tgreen7/nwb-hot-reload Test by starting the app, open up testUtils.js and add a second function. Import and call that function in App.js. Console should...

This issue is a: - Question / support request What is the correct way to have a custom sass rule so I can use the `resolve-url-loader`? It appears in the...

This issue is a: - Question / support request It would be great to disable clean so that its possible to build without throwing a "Error: ENOENT: no such file...

IMO this is confusing, while the docs suggest to edit the port forwarding in `nwb.config.js` this configuration will be overridden unless the same argument is specified in the command. https://github.com/insin/nwb/blob/734537207b9024145c97c3a6c8a78366b311c705/src/createServerWebpackConfig.js#L26...

bug

This issue is a: - Question / support request I noticed that you guys removed the option to add an entry point to the commands `build-react-component` and `serve-react-demo`, I was...

bug

Hey there @insin , I have a fairly easy to reproduce issue that is confusing me. I'm using nwb in two different repos, openVectorEditor (https://github.com/TeselaGen/openVectorEditor) and ve-sequence-utils (https://github.com/TeselaGen/ve-sequence-utils). ve-sequence-utils are...

This issue is a: - Bug report Running code coverage in headless chrome results in false reports. `coverage/lcov.info` generates an empty file. `coverage/html/index.html` generates with empty results, but still says...

This issue is a: - Question / support request REPRO REPOS https://github.com/ctrlplusb/react-universally Is the version of `nwb` you're using installed globally or locally? - `Globally` ``` ➜ react-universally git:(master) ✗...

This issue is a: - [ ] Bug report - [X] Feature request - [ ] Question / support request - [ ] Other Would be great to have support...

enhancement