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

The project I am working on is a rendering the component. But when we needs o add more component on the same ID created by the "mountID", It attach only...

I have created a component which render number of components on overlay. When I started the server with "yarn start" everything is working fine. Then after building "yarn run build"...

Just wondering if it does and what I should do to enable it? Thanks @insin !

This issue is a: - Question / support request How can I switch from Karma / mocha to JEST and react-testing-library?

This issue is a: - Bug report ## SUMMARY A fresh `nwb new react-component my-component`, followed by pasting in the [example test](https://github.com/insin/nwb/blob/master/docs/Testing.md#example-test) produces errors: ``` $ npm run test >...

This issue is a: Question / support request I'm trying to wrap `nwb` as my build-tool, but I noticed sass support doesn't work unless I add it to each component...

This issue is a: - Bug report (?) - Question / support request I've just created a fresh web-module, and there is a linting problem in the stub test: ```...

I see that npm publish also does npm run build courtesy to following script in package.json file "prepublishOnly": "npm run build" But here is the deal, if I had not...

This issue is a: Bug report Trouble shooting: nwb project created as nwb new react-component npm run build fails at npm version 6.9.0 with error that screams .bin/babel not found...

This issue is a: Can not install globally on mac; - Bug report npm: 6.5.0 node: 8.12.0 macOS: 10.14.3 (Mojave) I get this message: ``` ENOENT: no such file or...