@JsModule && @CssImport Stopped working

Hi all,

Since this morning, impossible to apply styles to our applications.

We usually go by the @JsModule && @CssImport annotations, applied to a MainLayout.

But the whole set up suddenly stopped working. The deploy is successful, but no custom style are applied anymore :frowning:

When I look at the source HTML code, I can see the only difference from before is that no custom styles are imported in the “head” tag.

No change was made since yesterday, and yesterday, it did work (as always for the past year).

Our version of Vaadin is 14.1.2. Our Chrome version is 80.0.3987.149.

Any help greatly welcome!

The only thing I am getting is this =>

…vaadin-bundle-0c1095493b4feedac989.cache.js:141 Uncaught SyntaxError: Missing initializer in const declaration

But the code compiles fine.Something wrong with npm?