-
This plugin should make it able to optimize the functions code (e.g. minify) before deployment.
-
Just realised `webpack.plugins` is really an implementation detail - it's just a handy way to group certain configuration (`define`, `html` etc.) which will be applied to the default set of Webpack pl…
insin updated
8 years ago
-
allow non-nyc projects (such as those using karma) to also provide ignore/exclude options.
-
Let’s use this thread for a general discussion.
Does the flow feel good?
Did we pick the right plugins, presets, and loaders?
Do you see areas for improvement?
This project is in a _very_ early stag…
-
```
npm install -g nwb@next
```
insin updated
8 years ago
-
I was using `nw-builder` from my gulp task to build my nw.js app but am using `nwjs-builder` now that I am using `nw.js@0.14.5`. It would be nice if this module could be imported and used programmatic…
-
I have a build that was succeeding with nwb v0.8.1 now failing with v0.9.1. Here is the error message. Appreciate any pointers.
```
$ nwb -v
v0.9.2
$ nwb build
nwb: clean-app
nwb: build-react-app
Has…
-
I need to include a node module in the built app and I am not sure if this is supported with nwjs-builder. The specific module I need to include is `auto-launch`.
Does anyone have a suggestion(s) for…
-
Hello,
When I try to run:
```
nwb serve
```
I get the error "TypeError: The plugin "react-display-name" didn't export a Plugin instance".
Can somebody help me with this?
-
There are bytes missing at the end of the outcome, which fails nw.js loading.
But things do work on node.js 4.1.0 and later.