mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
set contentBase for webpack-dev-server
This commit is contained in:
parent
23deb6fc2f
commit
6069b81075
@ -94,6 +94,6 @@ module.exports = {
|
|||||||
optimization: {},
|
optimization: {},
|
||||||
|
|
||||||
devServer: {
|
devServer: {
|
||||||
open: true,
|
contentBase: path.join(__dirname, 'extension'),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user