Skip to content

Conversation

@Antreesy
Copy link
Contributor

@Antreesy Antreesy commented May 6, 2024

☑️ Resolves

  • Fix missing modules (z.B. Functions from ts files) in /dist bundle
  • Made similar to existing code for /Composables

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

@Antreesy Antreesy added bug Something isn't working 3. to review Waiting for reviews configuration labels May 6, 2024
@Antreesy Antreesy added this to the 8.11.3 milestone May 6, 2024
@Antreesy Antreesy requested review from ShGKme and susnux May 6, 2024 14:45
@Antreesy Antreesy self-assigned this May 6, 2024
@susnux susnux merged commit bb38a7a into master May 6, 2024
@susnux susnux deleted the build/noid/emoji-ts branch May 6, 2024 16:08
@susnux
Copy link
Contributor

susnux commented May 6, 2024

/backport to next

@backportbot
Copy link

backportbot bot commented May 6, 2024

The backport to next failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout next
git pull origin next

# Create the new backport branch
git checkout -b backport/5553/next

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick c3382d68

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/5553/next

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

// Entry points which we build using vite
const entryPoints = {
...globSync('src/components/*/index.js').reduce((acc, item) => {
...globSync(['src/components/*/index.js', 'src/components/*/index.ts']).reduce((acc, item) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't [jt]s also work here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should work, according to docs: https://github.com/isaacs/node-glob#glob-primer

Error: No changes found in backport branch

But next branch already contains these changes in the same array format, so good for now, I'd say

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews backport-request bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants