File tree Expand file tree Collapse file tree
react-application-deployment-distrib
react-application-deployment-server
react-application-deployment-web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55 <groupId >react-application-deployment</groupId >
66 <artifactId >react-application-deployment-parent</artifactId >
7- <version >1.1.15 -SNAPSHOT</version >
7+ <version >1.2.0 -SNAPSHOT</version >
88 <packaging >pom</packaging >
99 <name >ReactApplicationDeployment Parent</name >
1010
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >react-application-deployment</groupId >
77 <artifactId >react-application-deployment-parent</artifactId >
8- <version >1.1.15 -SNAPSHOT</version >
8+ <version >1.2.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >react-application-deployment-distrib</artifactId >
Original file line number Diff line number Diff line change 11React Application Deployment
22
3+ Version 1.2.0 - September 1, 2024
4+ * Reducing the build size.
5+
36Version 1.1.0 - August 19, 2024
47* Migration from Create React App (CRA) to Vite.
58
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >react-application-deployment</groupId >
77 <artifactId >react-application-deployment-parent</artifactId >
8- <version >1.1.15 -SNAPSHOT</version >
8+ <version >1.2.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >react-application-deployment-server</artifactId >
3131 <artifactId >spring-boot-maven-plugin</artifactId >
3232 <version >${spring.boot.version} </version >
3333 <configuration >
34+ <excludes >
35+ <exclude >
36+ <groupId >react-application-deployment</groupId >
37+ <artifactId >react-application-deployment-web</artifactId >
38+ </exclude >
39+ </excludes >
3440 <executable >true</executable >
3541 <mainClass >application.App</mainClass >
3642 </configuration >
6874 <outputDirectory >${project.build.directory} /classes/static/</outputDirectory >
6975 <resources >
7076 <resource >
71- <directory >${project.parent.basedir} /react-application-deployment-web/target/
77+ <directory >${project.parent.basedir} /react-application-deployment-web/target/classes/static/
7278 </directory >
7379 </resource >
7480 </resources >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >react-application-deployment</groupId >
77 <artifactId >react-application-deployment-parent</artifactId >
8- <version >1.1.15 -SNAPSHOT</version >
8+ <version >1.2.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >react-application-deployment-web</artifactId >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
55export default defineConfig ( {
66 plugins : [ react ( ) ] ,
77 build : {
8- outDir : 'target'
8+ outDir : 'target/classes/static '
99 } ,
1010 server : {
1111 proxy : {
You can’t perform that action at this time.
0 commit comments