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

Migrate build of single entry points from webpack to vite #4386

Merged
merged 1 commit into from
Sep 14, 2023

Commits on Sep 14, 2023

  1. chore!: Migrate build of single entry points from webpack to vite

    This is a breaking change as this also introduces ESM entry points for all components etc
    and therfor changed the files from `.js` to `.cjs` and `.mjs` respective.
    
    Instead of `import NcButton from '@nextcloud/vue/dist/Components/NcButton.js` use `import NcButton from '@nextcloud/vue/components/NcButton'`.
    
    * Also fix docs for component import pattern
    
    Co-authored-by: John Molakvoæ <[email protected]>
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    59040a9 View commit details
    Browse the repository at this point in the history