Open Elm1r999 opened 2 years ago
I had the same issue. You can solve it buy adding the latest version of the plugin which can be found under: https://mvnrepository.com/artifact/com.github.eirslett/frontend-maven-plugin
Just add a version tag:
Just to make future readers' life easier:
<dependency>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.12.1</version>
</dependency>
I am not able to configure the React part. The development environment I used: Intellij IDEA 2021.3 (Ultimate Edition).