
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
ehdev-configer-scms
Advanced tools
配置项 | 默认值 | 说明 |
---|---|---|
buildPath | dist | 输出目录 |
enableHotModuleReplacement | true | 启用热更新 |
ignoreHtmlTemplate | false | 忽略输出 html |
entryList | {app: './index'} | 配置 entry |
htmlList | [] | 用于 htmlWebpackPlugin 配置,如 [{"files": {"js": ["index.less"]},"chunks": ["app"],"filename":"index.html","template": "./index.html"} |
htmlWebpackPlugin | {inject: true, chunksSortMode: 'auto', cache: true, showErrors: true} | htmlWebpackPlugin 插件配置, 参考 https://github.com/jantimon/html-webpack-plugin#configuration |
alias | {} | 对应 webpack 配置 resolve.alias |
externals | {} | 对应 webpack 配置 externals |
browserSupports | last 2 version | 浏览器支持配置,影响 babel 和 autoprefixer , 配置参考:https://github.com/ai/browserslist |
dll | { enable: false, enclude: [] } | 是否启用 dll,enclude 提供打入 dll 包的模块 |
providePluginConfig | {} | 主要用来支持 jQuery 依赖全局挂载的老模块, 参考 https://webpack.js.org/plugins/provide-plugin/ |
babelUseBuiltIns | true | babel-preset-env#usebuiltins 配置 |
https | false | 开发环境的 https 支持 |
publicPath | ../ | webpackConfig.output.publicPath , 只在构建时生效 |
contentBase | undefined | 配置 devServer 的 contentBase,默认包含当前项目的输出目录,不需要配置 |
FAQs
jarvis config for scms
We found that ehdev-configer-scms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.