diff --git a/webpack.config.js b/webpack.config.js index a319737..5d0af3e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -4,6 +4,12 @@ module.exports = { mode: 'development', entry: './src/index.ts', devServer: { + static: { + directory: path.join(__dirname, 'public'), + watch: { + ignored: /\.#.*/, + } + }, proxy: { '/calendar': { target: 'https://calendar.google.com',