1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2024-09-21 05:03:02 +02:00
cf-workers-status-page/flareact.config.js
Adam Janis e85c5766a7 init
2020-11-08 22:36:21 +01:00

12 lines
187 B
JavaScript

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