summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-10-23 06:40:34 +0200
committerGitHub <noreply@github.com>2018-10-23 06:40:34 +0200
commit1d6360f4e6ff09fad9a87c4b2af07d61a5774d77 (patch)
treed26b46eb43880fdfe5d1e2e67cdc9ee07d920b50 /webpack.common.js
parent30d7259a53371847015a9419e96a98d81c19ae57 (diff)
Do not use compiler
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 30cd9dab..9f8ea3cd 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -50,9 +50,6 @@ module.exports = {
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)
],
resolve: {
- alias: {
- vue$: 'vue/dist/vue.esm.js'
- },
extensions: ['*', '.js', '.vue', '.json']
}
}