aboutsummaryrefslogtreecommitdiffhomepage
path: root/webpack/webpack.common.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack/webpack.common.js')
-rw-r--r--webpack/webpack.common.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js
index 171b2885..e1a3e66c 100644
--- a/webpack/webpack.common.js
+++ b/webpack/webpack.common.js
@@ -123,7 +123,8 @@ module.exports = env => {
]
},
resolve: {
- extensions: ['.ts', '.tsx', '.js']
+ extensions: ['.ts', '.tsx', '.js'],
+ symlinks: false
},
plugins: [
// Prehook to start building document script before normal build