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 This issue is reproducible with the repository https://github.com/itzg/try-nwb-react-component however, it contains completely out of the box content from `nwb new react-component` other than...

This makes it possible to compile Typescript components. More details on TypeScript support: https://iamturns.com/typescript-babel/ Note: opened against `master` because it is ahead of the `next` branch.

In order to add Cypress component testing to a project, I need access to the `webpack.config.js` file. There is effectively no way to "eject" a React app generated using `nwb`...

css-loader now has config for automatically enabling CSS modules for .module.{ext} files: ```diff createLoader(name('css'), { loader: require.resolve('css-loader'), options: { // Apply postcss-loader to @imports importLoaders: 1, }, + // Automatically...

enhancement

Hey! How would I use TypeScript with nwb for react-components? I tried setting it up like this: https://github.com/drager/nwb-react-typescript but when I build I do not get any `lib` nor any...

I am attempting to use typescript with nwb. When running "nwb build-react-component", webpack is invoked to build the demo which works fine, but when it comes to producing the cjs/es,...

This issue is a: - [ ] Bug report - [ ] Feature request - [x] Question / support request - [ ] Other I was wondering if there is...

question

**This issue is a:** Question / support request Currently using `nwb-sass` for sass support. This gives us sass compilation via `node-sass`. Looking to move over to pure `sass` (dart-sass) but...

This issue is a: Question / support request How can I include stylesheets from my component's dependencies in the build that I push to github? I'm using nwb for a...

issue: can not display react svg logo after new react-app fix: change require('./react.svg') to require('./react.svg').default