diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-15 12:02:52 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-16 11:49:42 +0200 |
commit | 8222e9dd12018c1db97dee73a128bc8c02176543 (patch) | |
tree | 1af9ee68facddddf203707e5611caf6d5efa1ee0 /settings/webpack.common.js | |
parent | f8579a87f5f6405b0eb2b211babcdb7a55fb4fea (diff) | |
download | nextcloud-server-8222e9dd12018c1db97dee73a128bc8c02176543.tar.gz nextcloud-server-8222e9dd12018c1db97dee73a128bc8c02176543.zip |
Remove Vue compiler because templates have to be precompiled anyway
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/webpack.common.js')
-rw-r--r-- | settings/webpack.common.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/webpack.common.js b/settings/webpack.common.js index b425f743859..fac11ace6ae 100644 --- a/settings/webpack.common.js +++ b/settings/webpack.common.js @@ -40,9 +40,6 @@ module.exports = { new VueLoaderPlugin() ], resolve: { - alias: { - 'vue$': 'vue/dist/vue.esm.js' - }, extensions: ['*', '.js', '.vue', '.json'] } } |