ec-scripts-preset-jquery

jQuery preset for ec-scripts.

Usage no npm install needed!

<script type="module">
  import ecScriptsPresetJquery from 'https://cdn.skypack.dev/ec-scripts-preset-jquery';
</script>

README

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.