[TASK] Move browserlist
This commit is contained in:
parent
35a79ba4f6
commit
1bcc6bfd10
@ -11,7 +11,6 @@ module.exports = function () {
|
||||
html: ['html/*.html', './config*.js']
|
||||
},
|
||||
clean: [build + '/*.map', build + '/vendor', build + '/main.css'],
|
||||
autoprefixer: ['> 1% in DE'],
|
||||
browsersync: {
|
||||
open: false,
|
||||
server: {
|
||||
|
@ -60,5 +60,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"gulp": "./node_modules/gulp-cli/bin/gulp.js"
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1% in DE"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user