Skip to content

Commit

Permalink
Merge pull request #2494 from nextcloud/meta/noid/webpack_cleanup
Browse files Browse the repository at this point in the history
Remove unused webpack alias config
  • Loading branch information
georgehrke authored Aug 25, 2020
2 parents fae389c + 09581f6 commit 81df418
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 81df418

Please sign in to comment.