From 3208d66f433826479bd27a7c535d105e540230ab Mon Sep 17 00:00:00 2001 From: Dimitar Tachev Date: Wed, 19 Jun 2019 15:59:26 +0300 Subject: [PATCH] fix: follow the symlinks in JavaScript apps We are already following the symlinks in TypeScript, Angular and Vue apps. It allows the plugin developers to link and develop their plugins directly in a JavaScript demo application --- templates/webpack.javascript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpack.javascript.js b/templates/webpack.javascript.js index 105992d5..3313b972 100644 --- a/templates/webpack.javascript.js +++ b/templates/webpack.javascript.js @@ -94,7 +94,7 @@ module.exports = env => { '~': appFullPath }, // don't resolve symlinks to symlinked modules - symlinks: false + symlinks: true }, resolveLoader: { // don't resolve symlinks to symlinked loaders