Nullish coalescing operator makes package incompatible with webpack
jackyraimond opened this issue · 1 comments
jackyraimond commented
The package breaks a build with Webpack 4. This is because of the nullish coalescing ( ?? ) operator. Instead of using ?? use || for backward compatibility.
lekoala commented
i guess it doesn't hurt in this case to change them
https://github.com/lekoala/bootstrap5-tags/releases/tag/1.5.11