summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
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 2dc69b201a4..c337ebf3766 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -93,6 +93,7 @@ module.exports = []
// make sure to use the handlebar runtime when importing
handlebars: 'handlebars/runtime'
},
- extensions: ['*', '.js', '.vue']
+ extensions: ['*', '.js', '.vue'],
+ symlinks: false
}
}, config))