This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree 4 files changed +20
-0
lines changed
4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ module.exports = env => {
49
49
// and will enable us to work with symlinked packages during development.
50
50
symlinks: false
51
51
},
52
+ resolveLoader: {
53
+ // This will not follow symlinks to their original location,
54
+ // and will enable us to work with symlinked loader packages during development.
55
+ symlinks: false
56
+ },
52
57
node: {
53
58
// Disable node shims that conflict with NativeScript
54
59
"http": false,
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ module.exports = env => {
62
62
// and will enable us to work with symlinked packages during development.
63
63
symlinks : false
64
64
} ,
65
+ resolveLoader : {
66
+ // This will not follow symlinks to their original location,
67
+ // and will enable us to work with symlinked loader packages during development.
68
+ symlinks : false
69
+ } ,
65
70
node : {
66
71
// Disable node shims that conflict with NativeScript
67
72
"http" : false ,
Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ module.exports = env => {
59
59
// and will enable us to work with symlinked packages during development.
60
60
symlinks : false
61
61
} ,
62
+ resolveLoader : {
63
+ // This will not follow symlinks to their original location,
64
+ // and will enable us to work with symlinked loader packages during development.
65
+ symlinks : false
66
+ } ,
62
67
node : {
63
68
// Disable node shims that conflict with NativeScript
64
69
"http" : false ,
Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ module.exports = env => {
59
59
// and will enable us to work with symlinked packages during development.
60
60
symlinks : false
61
61
} ,
62
+ resolveLoader : {
63
+ // This will not follow symlinks to their original location,
64
+ // and will enable us to work with symlinked loader packages during development.
65
+ symlinks : false
66
+ } ,
62
67
node : {
63
68
// Disable node shims that conflict with NativeScript
64
69
"http" : false ,
You can’t perform that action at this time.
0 commit comments