1
0
Fork 0

fix(shared): yaml-loader config

This commit is contained in:
Joost De Cock 2022-04-30 14:12:38 +02:00
parent d3a7905610
commit 428507c668

View file

@ -52,7 +52,6 @@ const config = (site, remarkPlugins=[]) => ({
// YAML support
config.module.rules.push({
test: /\.ya?ml$/,
type: 'json',
use: 'yaml-loader'
})