You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few issues in the NUglify repo about the spread operator, hopefully updating the version will address this issue; will get it out as soon as I can.
Installed product versions
Description
While bundling boostrap 5.2.2 js bundle an error occurs.
Steps to recreate
Strict-mode does not allow duplicate property names: ...(isElement$1(element) ? Manipulator.getDataAttributes(element) : {})
Strict-mode does not allow duplicate property names: ...(typeof config === 'object' ? config : {})
Current behavior
An error occurs on these lines:
A error will not occur when changing code like below. This points that there is some improper Minifier / nuglify behavior.
Expected behavior
Should bundle without any problemy
Additional info
Issue seems to be similar to #2 but specified version (2.9.3) seems not solve the problem.
The text was updated successfully, but these errors were encountered: