aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 339cb72..cb93ec9 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -29,4 +29,14 @@ module.exports = {
],
}),
],
+ devServer: {
+ static: {
+ directory: path.join(__dirname, 'dist'),
+ },
+ compress: true,
+ port: 9000,
+ client: {
+ overlay: false,
+ },
+ },
};