Skip to content

Implement Webpack example for PSPDFKit integration #1

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

Merged
merged 3 commits into from
Jan 20, 2025
Merged

Conversation

ritz078
Copy link
Collaborator

@ritz078 ritz078 commented Jan 18, 2025

  • Updated package.json to include new scripts for building and running the Webpack example.
  • Added Webpack configuration file to manage development and production builds.
  • Created a README.md to guide users on setting up and running the example.
  • Introduced new assets including an example PDF and SVG for the UI.
  • Implemented drag-and-drop functionality for PDF uploads in the application.
  • Included .gitignore to exclude build artifacts and node_modules.
  • Enhanced the installation verification script for PSPDFKit.

This commit establishes a complete example application demonstrating the use of PSPDFKit with Webpack.

- Updated package.json to include new scripts for building and running the Webpack example.
- Added Webpack configuration file to manage development and production builds.
- Created a README.md to guide users on setting up and running the example.
- Introduced new assets including an example PDF and SVG for the UI.
- Implemented drag-and-drop functionality for PDF uploads in the application.
- Added ESLint configuration for code quality and consistency.
- Included .gitignore to exclude build artifacts and node_modules.
- Enhanced the installation verification script for PSPDFKit.

This commit establishes a complete example application demonstrating the use of PSPDFKit with Webpack.
- Modified the e2e test script to support an array of directories to exclude from testing.
- Added "examples/webpack" to the exclusion list alongside "examples/vanilla".
- Updated the conditional check to properly handle the exclusion of directories using an array syntax.
@ritz078 ritz078 merged commit c231303 into main Jan 20, 2025
3 checks passed
miguelcalderon pushed a commit that referenced this pull request Jul 28, 2025
Implement Webpack example for PSPDFKit integration
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.

1 participant