🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

webpack-cdn2local-plugin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-cdn2local-plugin

> webpack plugin for download some remotes static resources to local.

latest
npmnpm
Version
1.2.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

webpack plugin for download some remotes static resources to local.

HOW TO USE

INSTALL

npm install webpack-cdn2local-plugin -S

Quick Start

1.   add 'cdn="JSZXtrue"' in the script you need to Pull down from remote CDN or other location

EXAMPLE:

  • update your webpack.config.js in the production mode

EXAMPLE:
    const Cdn2Local = require('webpack-cdn2local-plugin');
    plugins:[
        ...,
        new Cdn2Local()
     ]

Special Thanks

HankWangv5.

ZhangDongliang123.

YueQuanXiaoChe.

YuMay2009.

Keywords

webpack

FAQs

Package last updated on 14 Aug 2019

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