Skip to content
Snippets Groups Projects
Commit 8c06a7a7 authored by Trirst's avatar Trirst
Browse files

Configure webpack's dev server to ignore unneeded files

parent 4718315e
Branches
No related tags found
No related merge requests found
module.exports = {
devServer: {
proxy: 'http://localhost:7777/',
proxy: "http://localhost:7777/",
watchOptions: {
ignored: /\.#|node_modules|~$/,
},
},
configureWebpack: {
devtool: 'source-map',
devtool: "source-map",
},
publicPath: "/web/",
}
\ No newline at end of file
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment