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: Bug report ``` # using latest published nwb v0.25.2 $ npx nwb new react-component my-component $ cd my-component $ npm install $ npm start ``` ```...

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

This issue is a: - Bug report Dockerfile ```Dockerfile FROM node:18 ``` ``` docker build -t node18 . docker run -it --name node18 node18 bash # npm install -g nwb...