summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2019-09-17 18:36:11 +0200
committerRobin Appelman <robin@icewind.nl>2020-10-16 14:06:04 +0200
commitea53553e913f3bb4303aa28c734b586d7572da7e (patch)
tree18f29cdd42693015565bdc1a929efbc0e66bb942 /webpack.common.js
parent19dfe49661fcee7e29f6b88e37cd71b19e0297b2 (diff)
👌 IMPROVE: move timeline to css grid layout and restructure code
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/webpack.common.js b/webpack.common.js
index db2fadb7..3f7ba387 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -50,9 +50,7 @@ module.exports = {
},
plugins: [new VueLoaderPlugin()],
resolve: {
- alias: {
- vue$: 'vue/dist/vue.esm.js'
- },
- extensions: ['*', '.js', '.vue', '.json']
+ extensions: ['*', '.js', '.vue'],
+ symlinks: false
}
};