Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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

‎templates/webpack.javascript.js‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /