mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 11:29:07 +00:00
Alias @ to contents of source folder
This commit is contained in:
@@ -38,6 +38,7 @@ module.exports = {
|
||||
resolve: {
|
||||
alias: {
|
||||
'vue$': 'vue/dist/vue.common.js',
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
'src': path.resolve(__dirname, './src'),
|
||||
'assets': path.resolve(__dirname, './src/assets'),
|
||||
'components': path.resolve(__dirname, './src/components')
|
||||
|
||||
Reference in New Issue
Block a user