Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-09-08 23:03:31 +0300
committerdartcafe <github@dartcafe.de>2019-09-08 23:03:31 +0300
commit209870d410bef48b43775f706628a07645fb1bf1 (patch)
treeedb020ca1903b212199f0f6ac2f828fadac9c39b /webpack.common.js
parenta252019ac58c63aa1bcf581061ce53ca3215340d (diff)
yet another happy linter
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 5c27aa77..bc1fb1f9 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -47,7 +47,8 @@ module.exports = {
plugins: [new VueLoaderPlugin()],
resolve: {
alias: {
- vue$: 'vue/dist/vue.esm.js'
+ vue$: 'vue/dist/vue.esm.js',
+ src: path.resolve(__dirname, 'src/js')
},
extensions: ['*', '.js', '.vue', '.json']
}