We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 963b3ca + b8315fd commit 83328d4Copy full SHA for 83328d4
gulpfile.js
@@ -23,6 +23,7 @@ var paths = {
23
'src/**/*.js',
24
'!src/**/__tests__/**/*.js',
25
'!src/**/__mocks__/**/*.js',
26
+ '!src/shared/vendor/**/*.js',
27
],
28
lib: 'build/modules',
29
},
0 commit comments