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
I tried to install this library from NPM and it's not supporting ES Modules, I checked the package.json from this repository and seems like there's a configuration to cover different module formats including ES Modules, so I was confused about this problem until I found this comment #135 (comment)
The project have been stuck in 1.4.0 since then, can you make a proper release with the necessary fixes to have both ES Modules and UMD.
The text was updated successfully, but these errors were encountered:
At this point, I'm unsure, but I believe it had to do with WCT (Web Components Tester) not transpiling the modules when running the tests, and as WCT worked with Polymer CLI, (not webpack or any related) require syntax was not supported.
I believe that was the problem, on the end I convinced my team to use Webpack + Karma, instead as it was more mature, and production friendly.
I tried to install this library from
NPM
and it's not supporting ES Modules, I checked thepackage.json
from this repository and seems like there's a configuration to cover different module formats includingES Modules
, so I was confused about this problem until I found this comment #135 (comment)The project have been stuck in
1.4.0
since then, can you make a proper release with the necessary fixes to have bothES Modules
andUMD
.The text was updated successfully, but these errors were encountered: