universal-vue / uvue

Vue CLI plugin to create universal Vue applications with ease
https://universal-vue.github.io/docs/
MIT License
127 stars 13 forks source link

add watchOptions for server compiler #65

Open FL3NKEY opened 2 years ago

FL3NKEY commented 2 years ago

What kind of change does this PR introduce? Adds watchOptions for server compiler.

What is the current behavior? When we specify devServer.middleware.watchOptions in server.config.js file, this parameter only applies to client compiler.

What is the new behavior? When we specify devServer.middleware.watchOptions in server.config.js file, this parameter also applies to server compiler.

Checklist: