Merge pull request #12050 from strapi/fix/12045

Fixes #12045
This commit is contained in:
cyril lopez 2021-12-30 12:20:51 +01:00 committed by GitHub
commit 9e87e92e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
</head> </head>
<body> <body>
<!-- The app hooks into this div --> <!-- The app hooks into this div -->
<div style="min-height:100%;background-color:#f6f6f9;" id="app"></div> <div style="min-height:100%" id="app"></div>
<!-- A lot of magic happens in this file. HtmlWebpackPlugin automatically includes all assets (e.g. bundle.js, main.css) with the correct HTML tags, which is why they are missing in this HTML file. Don't add any assets here! (Check out webpackconfig.js if you want to know more) --> <!-- A lot of magic happens in this file. HtmlWebpackPlugin automatically includes all assets (e.g. bundle.js, main.css) with the correct HTML tags, which is why they are missing in this HTML file. Don't add any assets here! (Check out webpackconfig.js if you want to know more) -->
</body> </body>
</html> </html>