fix(shared): yaml-loader config
This commit is contained in:
parent
d3a7905610
commit
428507c668
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ const config = (site, remarkPlugins=[]) => ({
|
|||
// YAML support
|
||||
config.module.rules.push({
|
||||
test: /\.ya?ml$/,
|
||||
type: 'json',
|
||||
use: 'yaml-loader'
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue