We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa7bdb commit ff3a6b9Copy full SHA for ff3a6b9
packages/dev-server-hmr/demo/server.config.js
@@ -2,6 +2,5 @@ const { hmrPlugin } = require('../dist/index');
2
3
module.exports = {
4
rootDir: '.',
5
- watch: true,
6
plugins: [hmrPlugin()],
7
};
0 commit comments