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

[stable25] Bump @nextcloud/vue to v7.5.0 #36322

Merged
merged 1 commit into from
Jan 24, 2023
Merged

Commits on Jan 24, 2023

  1. Bump @nextcloud/vue to v7.5.0

    - Set webpack config `resolve.fallback.assert` to `false` to fix build error:
    ```
    Module not found: Error: Can't resolve 'assert'
    
    BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
    This is no longer the case. Verify if you need this module and configure a polyfill for it.
    
    If you want to include a polyfill, you need to:
      - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
      - install 'assert'
    If you don't want to include a polyfill, you can use an empty module like this:
      resolve.fallback: { "assert": false }
    ```
    
    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 2f8fb24)
    Pytal committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2f4f019 View commit details
    Browse the repository at this point in the history