Issue #8: Use esbuild instead of webpack for building
Summary of Changes
Updated the build script in package.json to use esbuild instead of webpack.
Removed unnecessary dependencies related to webpack.
Removed import statements and rules related to webpack and MiniCssExtractPlugin in ws-scrcpy.common.ts.
Removed import statements related to webpack in ws-scrcpy.dev.ts and ws-scrcpy.prod.ts.
Created a new file named esbuild.config.js to configure esbuild with the necessary options for building the project.
Set the output directory to the desired build directory.
Please review these changes and let me know if any further modifications are required.
Fixes #8.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/use-esbuild
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR addresses the following issues:
Summary of Changes
Please review these changes and let me know if any further modifications are required.
Fixes #8.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.