chore(serve): update devServer root

This commit is contained in:
Adam Bradley
2017-08-03 08:43:51 -05:00
parent cbff1e9bb3
commit b9ef51caad

View File

@ -12,5 +12,6 @@ exports.config = {
};
exports.devServer = {
watchGlob: ['demos/**/*', '/dist/***/*', 'src/**/*.html']
}
root: '.',
watchGlob: ['dist/*.*', 'dist/ionic/**/**', 'src/**/*.html']
};