Commit Graph

5 Commits

Author SHA1 Message Date
Jan Jakes
924b01d85c Remove no longer supported import syntax, use CommonJS for tests instead
Using inject-loader requires first transpiling modules to CommonJS. Previously,
we were doing this via parametrized imports, but these are no longer supported.
Instead, we can fix this by using CommonJS preset in Webpack config.

[MAILPOET-5491]
2024-06-28 16:11:07 +02:00
Rostislav Wolny
98c721feed Update tests and add a test case for the button block
[MAILPOET-4905]
2024-06-03 13:19:10 +02:00
Jan Jakes
49dd627a76 Update references to renamed files
[MAILPOET-4938]
2023-10-02 13:05:20 +02:00
Jan Jakes
d664f60e4b Rename all non-snake-case JS/TS imports
[MAILPOET-4938]
2023-10-02 13:05:20 +02:00
Jan Jakes
c8fc6bf49a Rename all non-snake-case JS/TS files
[MAILPOET-4938]
2023-10-02 13:05:20 +02:00