Alessandro Di Felice
Alessandro Di Felice
New added packages are required for production build. They used to be part of peer React. * Move required packages as dependencies * Add npm config to disable package-lock *...
Resolves https://github.com/jacogr/atom-lcov-info/issues/48
I'm getting the following error: ``` /node_modules/butternut/dist/butternut.cjs.js:4111 throw err; ^ SyntaxError: 'with' in strict mode (53548:0) at Parser.pp$4.raise (/node_modules/butternut/node_modules/acorn/dist/acorn.js:2549:13) ``` node v6.11.0 webpack 2.3.3 **Update** Looks like it's related to...
## Issue `console.log` output is being added to the generated `stats.json` file via `webpack --profile > stats.json`. ## Solution Add `quiet` option.
Fix `createOrder` documentation showing wrong method name in example.
Consider to stripping out the "--" for `yarn`, looks like it's been deprecated: ```shell warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a...