Is there a way to load files from another directory at a different level? Example browserSync.init({ server: { baseDir: ['./src', '../new-module/src'], index: 'index.html', middleware: [ historyApiFallback() ] }
Is there a way to load files from another directory at a different level?
Example
browserSync.init({
server: {
baseDir: ['./src', '../new-module/src'],
index: 'index.html',
middleware: [
historyApiFallback()
]
}