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(package): Rename compiled js with jquery #1029

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chrispymm
Copy link
Contributor

@chrispymm chrispymm commented Dec 17, 2024

This PR simply renames the compiled js file that includes jquery from 'all.jquery.min.js' to
'moj-frontend.jquery.min.js' for consistency with the other compiled files.

Fixes #1030

BREAKING CHANGE: The compiled javscript output with bundled jQuery has been renamed from
all.jquery.min.js to moj-frontend.jquery.min.js.

This PR adjusts the build:package task to also output a compiled minified js and css file. It also
fixes the compiled output including jQuery, which didn't  work due to jQuery ending up bundled by
the umd
…nsistency

This PR simply renames the compiled js file that includes jquery from 'all.jquery.min.js' to
'moj-frontend.jquery.min.js' for consistency with the other compiled files.

BREAKING CHANGE: The compiled javscript output with bundled jQuery has been reanmed from
'all.jquery.min.js' to 'moj-frontend.jquery.min.js'.
@chrispymm chrispymm requested a review from a team as a code owner December 17, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename compiled JS file with jQuery in published package
1 participant