Stop doing Tabler import hack, use our forked version from git

This commit is contained in:
Alex Gleason
2022-05-09 17:39:38 -05:00
parent 562812fecf
commit 5ba4275f73
3 changed files with 4 additions and 8 deletions

View File

@ -145,9 +145,6 @@ module.exports = {
'node_modules',
],
alias: {
// Override tabler's package.json to allow importing .svg files directly
// https://stackoverflow.com/a/35990101/8811886
'@tabler': resolve('node_modules', '@tabler'),
'icons': resolve('app', 'icons'),
'custom': resolve('custom'),
},