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

Appearance settings

Commit 0936a03

Browse filesBrowse files
author
Dimitar Tachev
authored
fix: stop syncing TS files outside the app folder (e.g. plugins in node_modules)
1 parent 36a2bf7 commit 0936a03
Copy full SHA for 0936a03

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎lib/before-watchPatterns.js‎

Copy file name to clipboardExpand all lines: lib/before-watchPatterns.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = function (hookArgs) {
22
if (hookArgs.liveSyncData && !hookArgs.liveSyncData.bundle) {
33
return (args, originalMethod) => {
44
return originalMethod(...args).then(originalPatterns => {
5-
originalPatterns.push("!app/**/*.ts");
5+
originalPatterns.push("!**/*.ts");
66

77
return originalPatterns;
88
});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.