Socket
Book a DemoInstallSign in
Socket

client-js-webpack-plugin

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

client-js-webpack-plugin

Provides client js libraries in one client.js file

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

client-js-webpack-plugin

Puts multiple js libraries into one client.js file

Usage

// webpack.config.js
var clientJsWebpackPlugin = require('client-js-webpack-plugin'),

module.exports = {
  entry: { ... },
  ...
  plugins: [
       new clientJsWebpackPlugin(['jquery/dist/jquery.min.js', 'hammerjs/hammer.min.js', 'materialize-sass-origin/js/bin/materialize.min.js'])
  ]

}

Keywords

webpack

FAQs

Package last updated on 25 Oct 2015

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