Upgrade Tabler to v1.73.0, use new import paths, remove Webpack hack

This commit is contained in:
Alex Gleason
2022-07-09 11:20:02 -05:00
parent 59cc913083
commit 6ddb44f626
121 changed files with 368 additions and 371 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'),
},