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 d19e6de commit 6f7275cCopy full SHA for 6f7275c
webpack.config.js
@@ -60,6 +60,6 @@ module.exports = {
60
})
61
],
62
devServer: {
63
- contentBase: resolvePath('dist')
+ static: resolvePath('dist')
64
}
65
};
0 commit comments