Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/revert to no changes #527

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

madkoo
Copy link
Collaborator

@madkoo madkoo commented Dec 3, 2024

This pull request includes several changes to the azure-devops-extension.json, package.json, and other configuration files to improve the build process, update dependencies, and restructure paths. The most important changes include updating the webpack configuration, modifying the package.json scripts and dependencies, and restructuring the azure-devops-extension.json file.

Configuration and Build Process:

  • legacy/webpack.config.js: Added CopyWebpackPlugin and modified the plugins array to include it. Changed the mode to "development" and updated the output path for compiled files. [1] [2]
  • legacy/package.json: Updated the compile script to include a clean step and added new dependencies such as copy-webpack-plugin. Updated the sass and sass-loader versions. [1] [2] [3]

Dependencies and Scripts:

  • package.json: Updated the build:dev script to include the legacy directory and added a postinstall script to handle legacy dependencies. Adjusted webpack and webpack-dev-server versions. [1] [2] [3]

File Structure and Paths:

  • azure-devops-extension.json: Restructured the categories and scopes arrays for better readability. Updated paths for various packages under the targets section. [1] [2]
  • legacy/tsconfig.json: Changed the outDir path for compiled JavaScript files from dist/js to js.

Miscellaneous:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants