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

Fix critical prototype pollution in minimist by updating version from v1.2.5 to v1.2.6

This issue is a: - Other There is a broken link under the [Test Files section](https://github.com/insin/nwb/blob/master/docs/Testing.md#test-files) of the Testing.md file "This supports having your tests in a separate top-level directory...

I searched numbers of articles in google and read through their doc(https://github.com/insin/nwb/blob/master/docs/Commands.md#nwb-build) and issues, I can't find anything. but my nwb build brings in .stories.js files into the ./dist directory...

Hi, I realized that the most recent version on npm, v0.25.2, still uses phantom but in the master branch of this repo, changes have been made to remove phantom and...

This issue is a: Bug report ``` node v13.3.0 yarn v1.22.4 nwb v0.24.5 & v0.23.0 confirmed ``` I'm developing a library which uses `useState` and `useEffect` hooks using the `react-component`...

This issue is a: - Question / support request nwb v0.25.2 node v14.17.0 npm v6.14.13 react v17.0.2 I'm using nwb to build a React component that I've uploaded to a...

This issue is a: - Question / support request Hello! I'm using nwb to build a component library for my team. I've run into an issue where a third party...

Add details for using a css pre-processor in the readme for developing and building react components

config below const path = require ('path'); module.exports = { type: 'react-component', npm: { esModules: true, umd: false, }, webpack: { rules: { 'sass-css': { modules: true, localIdentName: '[name]__[local]__[hash:base64:5]', include:...

This issue is a: - Bug report: test failures. The author of object.getprototypeof was kind enough to publish a workaround, so projects work again. But they have been broken for...