#9 - set up frontend #10

Merged
Baakoma merged 13 commits from #9-set-up-frontend into main 2022-01-11 14:04:01 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 160ce40f82 - Show all commits

View File

@@ -6,4 +6,4 @@ module.exports = {
'@': path.resolve('resources/js')
}
}
}
}

View File

@@ -8,4 +8,3 @@ mix.js("resources/js/app.js", "public/js")
])
.webpackConfig(webpackConfig)
.sourceMaps();