From 3eb444a1fe410d383d2a73c7cf8cd5ad6251c0dc Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 27 Jan 2020 12:50:19 +0100 Subject: [PATCH] clear node cache on maven clean to avoid problems with hmr or fast-refresh --- scm-ui/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scm-ui/pom.xml b/scm-ui/pom.xml index df60ce8c3e..3525b79563 100644 --- a/scm-ui/pom.xml +++ b/scm-ui/pom.xml @@ -32,6 +32,22 @@ scm-ui + + org.apache.maven.plugins + maven-clean-plugin + + + + + ../node_modules/.cache + + ** + + + + + + com.github.sdorra buildfrontend-maven-plugin