Fix preval cache issues
This commit is contained in:
@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user