hey-cli icon indicating copy to clipboard operation
hey-cli copied to clipboard

hey-cli, webpack scaffolding,hot-dev-server,build

Results 13 hey-cli issues
Sort by recently updated
recently updated
newest added

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.7.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.3. Release notes Sourced from ajv's releases. v6.12.3 Pass schema object to processCode function Option for strictNumbers (@​issacgerges, #1128) Fixed vulnerability related to untrusted schemas...

dependencies

Bumps [log4js](https://github.com/log4js-node/log4js-node) from 4.1.0 to 6.4.0. Changelog Sourced from log4js's changelog. 6.4.0 security: default file permission to be 0o600 instead of 0o644 - thanks ranjit-git and @​peteriman chore(docs): updated fileSync.md...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 2.1.1 to 6.0.1. Release notes Sourced from ansi-regex's releases. v6.0.1 Fixes Fix ReDoS in certain cases (#37) You are only really affected if you run the regex...

dependencies

Bumps [json](https://github.com/trentm/json) from 9.0.6 to 10.0.0. Changelog Sourced from json's changelog. 10.0.0 Backward incompatible and security-related change to parsing "lookup" strings. This version restricts the supported syntax for bracketed "lookup"...

dependencies

- npm -v 6.14.5 - node -v 12.5.0&8.11.4 ``` $ npm i -g hey-cli npm WARN deprecated [email protected]: core-js@

如果在hey.config.js中添加module:{rules:[]},在generatorWebpackConfig.js中初始化好的rules会被覆盖掉。 `if(webpackConfig.module) { for(var m in webpackConfig.module) { genWebpackConfig.module[m] = webpackConfig.module[m]; } }` 但是我有需要手工添加rules,所以只能去修改generatorWebpackConfig.js的源码

文档中描述: > 可以在hey.conf.js中webpack配置项中扩张(**_扩展?_**)配置以下属性: > plugins > module 尝试: ``` npm i --save-dev terser-webpack-plugin const TerserPlugin = require('terser-webpack-plugin') webpack:{ ... //代码混淆 plugins: [new TerserPlugin()], .... } 报错: HEY CLI v2.7.1 [HEY]...