nwb
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)
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...
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...