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

Uing nwb for creating library, so here I want to use webpack and babel for some additional packaging functionality. //Issue occurred in babel-loader ./react-app-dashboard/node_modules/babel-loader/lib/index.js:50:27 //package.json { "name": "react-app-dashboard", "version": "1.0.0",...

After installing `nwb` in a clean project, I get the following deprecation warnings: ```sh npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/ npm WARN...

hi how can i disable preact compat to reduce bundle size?

How can I set up a component project created w/ `nwb` to automatically install npm/yarn dependencies for _only_ the demo? I'd like to get the `material-ui` dependency out of this:...

This issue is a: Question / support request I'm not familiar with NWB and came into a project that uses it. How do I exclude peer dependencies from being bundled?...

It would be nice to be able to serve a web modules demo

hello, before all great job 👏 This issue is a: - Bug report I just update to `0.23.0` recently and found `nwb build-react-component --copy-files` fails building with error: **TypeError: Cannot...

This issue is a: - Feature request - Question / support request Hi, as a library developer I would like to rebuild the library module every time webpack notices a...

enhancement

If I do this in a test: ``` import fetchMock from "fetch-mock"; ``` It will generate this error: ``` PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR { "message": "SyntaxError: Unexpected...

This issue is a: - Question / support request Hello, I am currently trying to run the demo app and upon running npm start I am getting an error that...