linagora / openpaas-gatling

Load test scenarios for the OpenPaaS software suite
Other
1 stars 7 forks source link

Provide a way to load the "main.js" file #19

Closed itswillta closed 3 years ago

itswillta commented 3 years ago

Currently, the main.js file has different a name every time we build each SPA because Webpack inserts a random hash to the file in production mode. We need to find a way to extract the main.js from within the index.html file, and then load it.