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

Commit

Permalink
fix: follow the symlinks in JavaScript apps (#941)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Dimitar Tachev authored and rosen-vladimirov committed Jun 21, 2019
1 parent 2de4c68 commit f0c62fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webpack.javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = env => {
'~': appFullPath
},
// don't resolve symlinks to symlinked modules
symlinks: false
symlinks: true
},
resolveLoader: {
// don't resolve symlinks to symlinked loaders
Expand Down

0 comments on commit f0c62fb

Please sign in to comment.