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

fix(esbuild): exclude reveal.js marked plugin #4161

Merged
merged 1 commit into from
Jun 4, 2023

Conversation

davidmehren
Copy link
Member

Component/Part

Webpack config

Description

#4114
did not properly fix the missing speaker notes.

It turns out that by just excluding reveal.js/plugin/markdown/marked.js
from esbuild processing, we can stop invalid JS from being generated.

Steps

  • Added implementation
  • I read the contribution documentation and
    made sure that:
    • My commits are signed-off to accept the DCO.
    • This PR targets the correct branch: master for 1.x & docs, develop for 2.x

Related Issue(s)

#4114
did not properly fix the missing speaker notes.

It turns out that by just excluding
reveal.js/plugin/markdown/marked.js
from esbuild processing, we can stop invalid JS from being generated.

Signed-off-by: David Mehren <git@herrmehren.de>
@davidmehren davidmehren added the type: bug Something isn't working label Jun 4, 2023
@davidmehren davidmehren self-assigned this Jun 4, 2023
@davidmehren davidmehren merged commit acf24a1 into master Jun 4, 2023
5 checks passed
@davidmehren davidmehren deleted the fix/speaker_notes_again branch June 4, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants