Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 4dd0af0 commit 6944e1dCopy full SHA for 6944e1d
gulpfile.js
@@ -37,6 +37,8 @@ gulp.task('build:package', () => {
37
delete json['lint-staged']
38
delete json.yaspeller
39
delete json.devDependencies
40
+ delete json.browserslist
41
+ delete json.husky
42
return json
43
}))
44
.pipe(gulp.dest('build'))
0 commit comments