Skip to main content

All Questions

Tagged with
5 votes
3 answers
6k views

How to use jquery-migrate with webpack?

After npm install jquery-migrate, I could just require('jquery-migrate'); in the main scripts.js file. This works fine: console.log(jQuery.migrateVersion); // JQMIGRATE: Migrate is installed with ...
François Romain's user avatar