This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ module.exports = env => {
44
44
alias: {
45
45
'~': resolve("./app")
46
46
},
47
+
48
+ // This will not follow symlinks to their original location,
49
+ // and will enable us to work with symlinked packages during development.
50
+ symlinks: false
47
51
},
48
52
node: {
49
53
// Disable node shims that conflict with NativeScript
Original file line number Diff line number Diff line change @@ -57,6 +57,10 @@ module.exports = env => {
57
57
alias : {
58
58
'~' : resolve ( "./app" )
59
59
} ,
60
+
61
+ // This will not follow symlinks to their original location,
62
+ // and will enable us to work with symlinked packages during development.
63
+ symlinks : false
60
64
} ,
61
65
node : {
62
66
// Disable node shims that conflict with NativeScript
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ module.exports = env => {
54
54
alias : {
55
55
'~' : resolve ( "./app" )
56
56
} ,
57
+
58
+ // This will not follow symlinks to their original location,
59
+ // and will enable us to work with symlinked packages during development.
60
+ symlinks : false
57
61
} ,
58
62
node : {
59
63
// Disable node shims that conflict with NativeScript
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ module.exports = env => {
54
54
alias : {
55
55
'~' : resolve ( "./app" )
56
56
} ,
57
+
58
+ // This will not follow symlinks to their original location,
59
+ // and will enable us to work with symlinked packages during development.
60
+ symlinks : false
57
61
} ,
58
62
node : {
59
63
// Disable node shims that conflict with NativeScript
You can’t perform that action at this time.
0 commit comments