🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More
Socket
Book a DemoInstallSign in
Socket

sinamfe-webpack-https

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sinamfe-webpack-https

webpack插件,使脚本支持https

latest
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

使用方法: 安装

cnpm install @mfelibs/base-webpack-https --save-dev

在webpack中引入:

var webpackHttps = require("@mfelibs/base-webpack-https");
module.exports = webpackMerge(commonConfig, {
    plugins: [
        new webpackHttps()
    ]
})

History

1.0.6: 支持了https的替换,建议之后优化

1.1.4:修复bug 有些没有加初始https代码

Keywords

https,

FAQs

Package last updated on 11 Jul 2017

Did you know?

Socket

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.

Install

Related posts