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

Features/importmap #409

Merged
merged 16 commits into from
Jun 1, 2023
Merged

Features/importmap #409

merged 16 commits into from
Jun 1, 2023

Conversation

Spomky
Copy link
Contributor

@Spomky Spomky commented May 31, 2023

Target branch:
Resolves issue #

  • It is a Bug fix
  • It is a New feature
  • Breaks BC
  • Includes Deprecations

@Spomky Spomky added the feature New feature label May 31, 2023
@Spomky Spomky added this to the 4.6.0 milestone May 31, 2023
@Spomky Spomky self-assigned this May 31, 2023
@Spomky Spomky linked an issue May 31, 2023 that may be closed by this pull request
const output = path.join(outputDir, outputFilename);

// Run the clean-css-cli command
exec(`yarn run cleancss -o ${output} ${cssSource}`, function (err) {

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [file name](1).
@Spomky Spomky merged commit dabd1f8 into 4.6.x Jun 1, 2023
@Spomky Spomky deleted the features/importmap branch June 1, 2023 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding Asset Mapper support + new StimulusBundle
1 participant