Skip to content
Snippets Groups Projects
Commit ea0c956a authored by Esko Ikkala's avatar Esko Ikkala
Browse files

No static content with the dev server at the moment

parent 3a9807f2
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,8 @@ module.exports = merge(common, {
mode: 'development',
devtool: 'inline-source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 8080,
open: true,
// proxy: {
// '/api': 'http://localhost:3000'
// }
}
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment