From b629e96486c5772465aa00cd8cc93dea68c761a8 Mon Sep 17 00:00:00 2001 From: QuangChanVi Date: Tue, 21 Nov 2023 14:27:25 +0700 Subject: [PATCH] Test Deployment --- webpack.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index b3a93e6..cb240ed 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -29,6 +29,10 @@ export default { plugins: [ new CopyWebpackPlugin({ patterns: ['./src/prisma/schema.prisma'] }), // without this the prisma generate above will not work ], + exclude: { + test: [/\.(js|jsx)$/], + exclude: ['./src/index.js'], + }, devServer: { proxy: { '/websocket': {