Fix preval cache issues

This commit is contained in:
Alex Gleason
2021-03-30 15:40:58 -05:00
parent 5b93da45ca
commit 8b7c8f6eac
4 changed files with 22 additions and 0 deletions

View File

@ -1,6 +1,9 @@
const { resolve } = require('path');
const { env } = require('../configuration');
// This is a hack, used in conjunction with rules/git-refresh.js
// https://github.com/kentcdodds/babel-plugin-preval/issues/19
module.exports = {
test: resolve(__dirname, '../../app/soapbox/utils/code.js'),
use: [