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

@ -0,0 +1,9 @@
const { resolve } = require('path');
// Recompile code.js whenever git changes
module.exports = {
test: resolve(__dirname, '../../app/soapbox/utils/code.js'),
use: {
loader: resolve(__dirname, '../loaders/git-loader.js'),
},
};