Skip to content

Commit

Permalink
Remove unused webpack alias config
Browse files Browse the repository at this point in the history
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
  • Loading branch information
georgehrke committed Aug 22, 2020
1 parent 05b5ff4 commit 09581f6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,7 @@ module.exports = {
})
],
resolve: {
alias: {
Components: path.resolve(__dirname, 'src/components/'),
Mixins: path.resolve(__dirname, 'src/mixins/'),
Models: path.resolve(__dirname, 'src/models/'),
Services: path.resolve(__dirname, 'src/services/'),
Store: path.resolve(__dirname, 'src/store/'),
Views: path.resolve(__dirname, 'src/views/')
},
extensions: ['*', '.js', '.vue', '.json']
extensions: ['*', '.js', '.vue', '.json'],
symlinks: false,
}
}

0 comments on commit 09581f6

Please sign in to comment.