-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terser
Dependency cause Vaadin 14.1+ fail on Production mode
#1251
Comments
|
caalador
pushed a commit
to vaadin/flow
that referenced
this issue
Jun 8, 2020
caalador
pushed a commit
to vaadin/flow
that referenced
this issue
Jun 8, 2020
Fixes vaadin/platform#1251 # Conflicts: # flow-server/src/main/java/com/vaadin/flow/server/frontend/NodeUpdater.java # flow-server/src/test/java/com/vaadin/flow/server/frontend/NodeUpdaterTest.java
caalador
pushed a commit
to vaadin/flow
that referenced
this issue
Jun 8, 2020
Fixes vaadin/platform#1251 # Conflicts: # flow-server/src/main/java/com/vaadin/flow/server/frontend/NodeUpdater.java # flow-server/src/test/java/com/vaadin/flow/server/frontend/NodeUpdaterTest.java
caalador
pushed a commit
to vaadin/flow
that referenced
this issue
Jun 10, 2020
Fixes vaadin/platform#1251 # Conflicts: # flow-server/src/main/java/com/vaadin/flow/server/frontend/NodeUpdater.java # flow-server/src/test/java/com/vaadin/flow/server/frontend/NodeUpdaterTest.java
pleku
pushed a commit
to vaadin/flow
that referenced
this issue
Jun 17, 2020
Fixes vaadin/platform#1251 # Conflicts: # flow-server/src/main/java/com/vaadin/flow/server/frontend/NodeUpdater.java # flow-server/src/test/java/com/vaadin/flow/server/frontend/NodeUpdaterTest.java
mshabarov
pushed a commit
to vaadin/flow
that referenced
this issue
Aug 24, 2020
Fixes vaadin/platform#1251 # Conflicts: # flow-server/src/main/java/com/vaadin/flow/server/frontend/NodeUpdater.java # flow-server/src/test/java/com/vaadin/flow/server/frontend/NodeUpdaterTest.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue:
After removing the
package-lock.json
, building Vaadin 14.1+ under production mode will cause client-side error, which leads to applications fail to load the UI.Reason:
Due to terser/terser#627 in
terser
-4.6.9Workaround:
for
14.1.21
or older 14.1 version and15.0.0-15.0.2
:npm install [email protected] --save-dev
afterpackage.json
is generatedpackage.json
we are going to fix this in the next platform release.
The text was updated successfully, but these errors were encountered: