fix: render markdown

This commit is contained in:
Maël Gangloff
2024-07-28 01:04:08 +02:00
parent 7b06137c3e
commit 7e30950fed
4 changed files with 18 additions and 23 deletions

View File

@@ -61,16 +61,6 @@ Encore
// uncomment if you use React
.enableReactPreset()
.addLoader({
test: /\.md$/,
use: [
{
loader: "html-loader",
}
],
})
// uncomment to get integrity="..." attributes on your script & link tags
// requires WebpackEncoreBundle 1.4 or higher
//.enableIntegrityHashes(Encore.isProduction())