0.2.0 • Published 5 years ago

ec-scripts-preset-jquery v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

eC Scripts jQuery Preset

Extends eC Scripts configuration with jQuery support.

Quick Overview

This preset imports the global jQuery object. It can be used in every module without any additional imports.

// .ecconf.js
module.exports = {
    presets: ['jquery'],
};

If you want to add this preset to an existing project, please read the eC Scripts installation guide.