cf-workers-status-page/flareact.config.js

12 lines
187 B
JavaScript

module.exports = {
webpack: (config, options) => {
config.module.rules.push({
test: /\.ya?ml$/,
type: 'json',
use: 'yaml-loader',
})
return config
},
}