0.0.3 • Published 8 years ago

jquery-slim-webpack v0.0.3

Weekly downloads
70
License
MIT
Repository
github
Last release
8 years ago

JQuery-slim for webpack

Package of jquery-slim.js for webpack import.

Install

Install with npm

$ npm i jquery-slim-webpack --save

Install with yarn

$ yarn add jquery-slim-webpack

Usage

import $ from 'jquery-slim-webpack';

$('#element').click(() => console.log(!!window.$)); // -> true
0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago