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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(examples/plugin-compat): disable verbose log && add inline css #3138

Merged
merged 1 commit into from
May 12, 2023

Conversation

hardfist
Copy link
Contributor

@hardfist hardfist commented May 12, 2023

Related issue (if exists)

related to #3126

Summary

馃 Generated by Copilot at b8f2ffd

This pull request improves the plugin compatibility of Rspack by using a custom template file with inline CSS for the HtmlPlugin. It also fixes a syntax error and reduces the console output in the Rspack configuration file.

Walkthrough

馃 Generated by Copilot at b8f2ffd

  • Add a new template file index.ejs for the HtmlPlugin to use and pass the inline CSS from the main.css asset to it (link, link)
  • Reduce the console output of the Rspack by only showing errors and warnings in the stats (link)
  • Fix a syntax error in the licensePlugin configuration by removing the trailing commas (link)

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label May 12, 2023
@Boshen Boshen changed the title chore: disable verbose log && add inline css chore(examples/plugin-compat): disable verbose log && add inline css May 12, 2023
@Boshen Boshen enabled auto-merge May 12, 2023 06:29
@Boshen Boshen added this pull request to the merge queue May 12, 2023
Merged via the queue into main with commit 78922ab May 12, 2023
14 checks passed
@Boshen Boshen deleted the disable-log branch May 12, 2023 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants