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

Useful info from people who've done it in this thread: https://twitter.com/kentcdodds/status/1029391693370408961

enhancement

Hey there @insin I'm just wondering, I noticed that the `main.css` file is no longer in the UMD build at v0.23.0 (not sure when this was introduced but sometime after...

I like your project a lot. I've been using it for a couple of months now. Just the demo folder never felt natural for me. Simplify the project by integrating...

enhancement

This issue is a: Question / support request. I'm using nwb 0.18 with the following config: ``` const path = require('path') module.exports = { type: 'web-module', npm: { esModules: true,...

This issue is a: - Feature request Thanks for making this super useful tool. I think it would be very convenient to add the following scripts to `package.json` for projects...

This issue is a: - Question / support request Is there a way to achieve the same workflow as described here https://github.com/insin/nwb/blob/master/docs/guides/ReactComponents.md#umd-externals but using Preact. In other words I want...

- Bug report - Question / support request I would like to include an SVG in my react component. whenever I build the project the output does not include my...

Webpack uses this field to optimize handling of re-exports, which is what you want if you're publishing a grab-bag of stuff and you want the unused parts to be tree-shakeable...

enhancement

This issue is a: - Bug report Context: - Node v8.5.0 - NPM v5.7.1 - NWB v0.22.0 --- If I add a configuration option for `npm.umd.entry` like this: ```js module.exports...

This issue is a: - Feature request nwb is very nice for basic react apps. Can it be used to set up a react + electron or preact + electron...

enhancement