Bug 1849432 - [devtools] Stop adding main.js bundle to the index.html file r=devtools-reviewers,perftest-reviewers,jdescottes,AlexandruIonescu

Differential Revision: https://phabricator.services.mozilla.com/D186602
This commit is contained in:
Hubert Boma Manilla 2023-08-22 11:47:32 +00:00
parent b0c778ba81
commit f979f15eae
2 changed files with 2 additions and 2 deletions

View file

@ -30,5 +30,5 @@
eval("function evalScript() {} //# sourceURL=eval/eval-script-" + i +".js");
}
</script>
<script type="text/javascript" src="./static/js/main.js"></script></body>
</body>
</html>

View file

@ -269,7 +269,7 @@ module.exports = {
new InterpolateHtmlPlugin(env.raw),
// Generates an `index.html` file with the <script> injected.
new HtmlWebpackPlugin({
inject: true,
inject: false,
template: paths.appHtml,
minify: {
removeComments: false,