Webpack v5 working

This commit is contained in:
David Boreham 2023-03-19 20:28:14 -06:00
parent ce7209453f
commit 4c8f2a1a26

View File

@ -104,11 +104,9 @@ module.exports = {
loader: 'babel-loader' loader: 'babel-loader'
} }
}, },
// https://github.com/eemeli/yaml-loader // https://github.com/eemeli/yaml-loader
{ {
test: /\.ya?ml$/, test: /\.ya?ml$/,
type: 'json',
use: 'yaml-loader' use: 'yaml-loader'
} }
] ]