Grails 3.3.8 javascript bundle assets not being packaged in war
I am trying to package a bundle.js generated from my react app inside grails war. When I run it in the Intellij IDEA everything works fine. What I have is a npm-app which is a reactjs app which generates a bundle.js using webpack. When I include this bundle like below in my gsp pages it works fine when I run it in Intellij. But, when I package it using grails war, the war file generated does not show the app. The contents of the bundle.js were not included in the packaged War.
Grails...