#9 - headless ui, heroicons and some webpack stuff
This commit is contained in:
9
webpack.config.js
Normal file
9
webpack.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve('resources/js')
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user