mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(serve): update devServer root
This commit is contained in:
@ -12,5 +12,6 @@ exports.config = {
|
||||
};
|
||||
|
||||
exports.devServer = {
|
||||
watchGlob: ['demos/**/*', '/dist/***/*', 'src/**/*.html']
|
||||
}
|
||||
root: '.',
|
||||
watchGlob: ['dist/*.*', 'dist/ionic/**/**', 'src/**/*.html']
|
||||
};
|
||||
|
Reference in New Issue
Block a user