vmitsaras / js-offcanvas

A lightweight, flexible jQuery off-canvas navigation plugin which lets you create fully accessible sidebar or top/bottom sliding (or push) panels with keyboard interactions and ARIA attributes.
http://codepen.io/vmitsaras/pen/gwGwJE
MIT License
270 stars 30 forks source link

17 drop modernizr #25

Closed vmitsaras closed 6 years ago

vmitsaras commented 6 years ago

17 can someone confirm that this is working?

khaiknievel commented 6 years ago
yarn add https://github.com/vmitsaras/js-offcanvas.git#17-drop-modernizr

I've removed Modernizr cdn script and removed Mordernizr as externals in webpack config. Build project, and works. Well at least for my case, using dist/_js/js-offcanvas.pkgd.js

Cheers.