UNPKG

snekfetch

Version:

Just do http requests without all that weird nastiness from other libs

8 lines (6 loc) 159 B
const config = require('./webpack.config'); module.exports = { rules: [ config.module.rules.find((r) => r.use.loader === 'json-filter-loader'), ], };