Support adding custom locale files at build time

This commit is contained in:
Alex Gleason
2022-03-03 16:00:43 -06:00
parent eeec779f64
commit 36ca05c85b
3 changed files with 101 additions and 65 deletions

View File

@ -115,6 +115,7 @@ module.exports = {
// https://stackoverflow.com/a/35990101/8811886
'@tabler': resolve('node_modules', '@tabler'),
'icons': resolve('app', 'icons'),
'custom': resolve('custom'),
},
fallback: {
path: require.resolve('path-browserify'),