webpack: Move webpack configuration to web.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-02-23 17:20:53 -08:00
committed by Tim Abbott
parent 23fd4f95f4
commit 0ef8e88b17
13 changed files with 105 additions and 103 deletions

View File

@@ -8,15 +8,15 @@ on:
paths:
- .github/workflows/production-suite.yml
- "**/migrations/**"
- babel.config.js
- manage.py
- postcss.config.js
- puppet/**
- requirements/**
- scripts/**
- tools/**
- web/babel.config.js
- web/postcss.config.js
- web/third/**
- webpack.config.ts
- web/webpack.config.ts
- yarn.lock
- zerver/worker/queue_processors.py
- zerver/lib/push_notifications.py