refactor: add aliases

This commit is contained in:
Barış Soner Uşaklı
2022-02-17 16:35:42 -05:00
parent 862381008a
commit d60cb6c6e5
17 changed files with 32 additions and 26 deletions

View File

@@ -51,6 +51,9 @@ module.exports = {
admin: path.resolve(__dirname, 'public/src/admin'),
vendor: path.resolve(__dirname, 'public/vendor'),
benchpress: path.resolve(__dirname, 'node_modules/benchpressjs'),
Chart: path.resolve(__dirname, 'node_modules/chart.js'),
Sortable: path.resolve(__dirname, 'node_modules/sortablejs'),
'jquery-ui/widgets': path.resolve(__dirname, 'node_modules/jquery-ui/ui/widgets'),
},
},
};