feat: update front

This commit is contained in:
Maël Gangloff
2024-07-23 20:34:27 +02:00
parent 827ca478c6
commit d564e200ed
13 changed files with 70 additions and 515 deletions

View File

@@ -53,14 +53,26 @@ Encore
config.corejs = '3.23';
})
// enables Sass/SCSS support
//.enableSassLoader()
// enables Sass/SCSS support
//.enableSassLoader()
// uncomment if you use TypeScript
.enableTypeScriptLoader()
// uncomment if you use TypeScript
.enableTypeScriptLoader()
// uncomment if you use React
.enableReactPreset()
// uncomment if you use React
.enableReactPreset()
.addLoader({
test: /\.md$/,
use: [
{
loader: "html-loader",
},
{
loader: "markdown-loader"
},
],
})
// uncomment to get integrity="..." attributes on your script & link tags
// requires WebpackEncoreBundle 1.4 or higher