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

Fixed exports paths in package.json #231

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Fixed exports paths in package.json #231

merged 1 commit into from
Jun 21, 2023

Commits on Jun 21, 2023

  1. Update package.json

    Fixed exports paths in package.json - they have to start with ./ according to https://nodejs.org/api/packages.html#exports
    
    The current paths break the build when using sass-loader with sass-embedded and webpack 5.86.0:
    
    [webpack-cli] Error [ERR_INVALID_PACKAGE_TARGET]: Invalid "exports" main target "dist/lib/index.js" defined in the package config /home/runner/work/ProcessHub/ProcessHub/app/node_modules/sass-embedded/package.json; targets must start with "./"
    BCaspari committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c888aab View commit details
    Browse the repository at this point in the history