Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit f0c62fb

Browse files
Dimitar Tachevrosen-vladimirov
Dimitar Tachev
authored andcommitted
fix: follow the symlinks in JavaScript apps (#941)
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
1 parent 2de4c68 commit f0c62fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/webpack.javascript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = env => {
103103
'~': appFullPath
104104
},
105105
// don't resolve symlinks to symlinked modules
106-
symlinks: false
106+
symlinks: true
107107
},
108108
resolveLoader: {
109109
// don't resolve symlinks to symlinked loaders

0 commit comments

Comments
 (0)