Are custom web bundle paths supported? #52182
Replies: 3 comments 3 replies
-
|
\CC @ia3andy |
Beta Was this translation helpful? Give feedback.
-
|
Hello @subprotocol, Could you explain a bit your usecase, it seems a bit out of the web-bundler usage. This https://github.com/mvnpm/esbuild-maven-plugin seems to be a better fit. Cheers! |
Beta Was this translation helpful? Give feedback.
-
|
I have heatmap code on https://lytics.cloud/ that gets included by injecting a script via browser postMessage. The script lets people see heatmaps on their website and needs to have a deterministic url, so it doesn't work well with the hash suffix. Up till now I've been manually running npm to generate the file and was looking for a better solution after running into an issue where I had forgotten to run it. Thank you for pointing out esbuild-maven-plugin, I will give this a try! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using the bundler, it writes to here: /static/bundle/app-[hash].[ext]
Does there exist functionality such that I can choose the location of the bundle and exclude the hash? For example, can the web bundler be configured to put the javascript file here: /my-custom-directory/custom.js?
Beta Was this translation helpful? Give feedback.
All reactions