Fix incompatibility with latest Node.js #24

Merged
telackey merged 7 commits from dboreham/update-dependencies into main 2023-03-20 08:12:26 +00:00
Showing only changes of commit 4c8f2a1a26 - Show all commits

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'
} }
] ]