summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compile/node_modules_symlink_outside
AgeCommit message (Collapse)Author
2023-05-27fix(compile): inline symlinks as files outside node_modules dir and warn for ↵David Sherret
directories (#19285) If a symlink within the `node_modules` directory lies outside that directory, it will now warn and inline the file. For directories, it will just warn for now. Probably fixes #19251 (I'm still unable to reproduce).