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

12 lines
187 B
JavaScript
Raw Normal View History

2020-11-08 13:56:02 +01:00
module.exports = {
webpack: (config, options) => {
config.module.rules.push({
test: /\.ya?ml$/,
type: 'json',
use: 'yaml-loader',
})
return config
},
}