'use strict'; /* |-------------------------------------------------------------------------- | Browser-sync config file |-------------------------------------------------------------------------- | | For up-to-date information about the options: | http://www.browsersync.io/docs/options/ | | There are more options than you see here, these are just the ones that are | set internally. See the website for more info. | | */ module.exports = { files: [ 'dist/**/*', ], server: { baseDir: 'dist', index: 'index.html', }, port: 4001, open: false, notify: false, };