Click here to Skip to main content
15,895,667 members
Articles / Programming Languages / ECMAScript 5

tip about importing old fashioned javascript libraries into ES6 / ES11 project with webpack

13 Jul 2020CPOL3 min read 9.2K  
importing jQuery UI library into ES6 project
for those who would like to code using latest ECMAScript version with webpack. While building project using modern ES6 or ES11 with webpack it might be necessary to import libraries written in ES5 or earlier versions of javascript. I had a difficulty importing jQuery-UI into ES6 based application, and here I'd like to describe one of the possible approaches how to get it all together.
This is an old version of the currently published tip/trick.

Only logged in members can view this content

Please go to the ECMAScript 5 Table of Contents to view the list of available articles in this section.