#9 - headless ui, heroicons and some webpack stuff

This commit is contained in:
Adrian Hopek
2022-01-11 10:26:29 +01:00
parent 895f04e8d4
commit 458af733f8
11 changed files with 592 additions and 18 deletions

9
webpack.config.js Normal file
View File

@@ -0,0 +1,9 @@
const path = require("path");
module.exports = {
resolve: {
alias: {
'@': path.resolve('resources/js')
}
}
}