summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-09 18:03:34 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-09 18:03:34 +0100
commit3890564d56bc12c7704cbfe41094b18bd0e6013d (patch)
treef45b5849998dd1080c11c155629b8928846fd9d5 /webpack.common.js
parent74e055d024050f9d936f5e5d6c5b7f93d6c207d8 (diff)
parent38ea18f362d5c506582cfa715f30789fb85beae3 (diff)
Merge branch 'master' of https://github.com/nextcloud/contacts into disabled-ab-should-not-be-suggested
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 9f8ea3cd..409625f8 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -50,6 +50,12 @@ module.exports = {
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)
],
resolve: {
+ alias: {
+ Components: path.resolve(__dirname, 'src/components/'),
+ Models: path.resolve(__dirname, 'src/models/'),
+ Services: path.resolve(__dirname, 'src/services/'),
+ Views: path.resolve(__dirname, 'src/views/')
+ },
extensions: ['*', '.js', '.vue', '.json']
}
}