-
I've been investigating how we could turn ReactHN into a [Progressive Web App](https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/) with some offline support using…
-
What I would love to see is following package.json with proper dependency resolution.
Only real "dependency" is "incremental-dom" which I think should be as peer dependency ( similar how Angular ha…
-
The actual behavior when you `--run` a nw.js app is that nwjs-builder finishes only when the nw.js instance finish.
This makes imposible to integrate nwjs-builder into a build pipeline (like gulp or…
-
i've applied nwb with the following config:
```
const path = require('path')
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin')
module.exports = {
type: 'react-ap…
-
- `nwb new preact-app `
- `nwb build-preact-app`
- `nwb serve-preact-app` - with the necessary hot reloading code in the app skeleton
Preact's tiny size makes it really compelling for Progressive Web…
insin updated
7 years ago
-
When `require`ing hls.js within a different library, the webworker isn't working due to some issues with the way its loading.
I didn't dig deep enough yet, but its there for sure.
I hope i'll have s…
-
@ev1stensberg and I were just chatting about the default output of `--init`. We think it needs to be simple and general enough that most users get value out of using it. Ideally, maintaining a decent …
-
This issue is a:
- [ ] Bug report
- [ ] Feature request
- [x] Question / support request
- [ ] Other
------
Hi!
I'm using NWB to develop a suite of React components, and everything's g…
-
If *html-webpack-plugin* ^2.21.0 is installed (tested with 2.26.0), *npm-install-webpack-plugin* tries to install it as a loader. Interestingly 2.21.0 works just fine. A release after that broke the b…
-
It would be great if grommet-toolbox would allow using destructuring syntax.
```
import {Menu, Anchor, Checkbox} from 'grommet'
```
instead of
```
import Menu from 'grommet/components/Menu';
impor…