easy-webpack / core

An easy way to create configuration files for Webpack
MIT License
68 stars 6 forks source link

Need Documentation - Jquery Plugins #16

Closed xavica closed 7 years ago

xavica commented 7 years ago

Can you provide sample example for configuring jquery plugins. planning to add nicescroll plugin into our source. eg. https://github.com/inuyaksa/jquery.nicescroll

┆Issue is synchronized with this Asana task

niieani commented 7 years ago

I've updated the config-global-jquery. Now it should be as simple as:

import 'jquery.nicescroll'
xavica commented 7 years ago

Where to add the file references in package.json build section or some where

niieani commented 7 years ago

just npm install jquery.nicescroll --save...