flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Create ES5 / IE11 compatible webpack JS bundles.

Open adiroiban opened this issue 3 years ago • 0 comments

Fixes: #159

This is a small check to configure webpack to build the JS bundles for ES5 / IE11

Babel is already configured for IE11.

To test it run build:webpack and check that there are no arrow functions.

adiroiban avatar May 26 '22 10:05 adiroiban