icelam / html-inline-script-webpack-plugin

A webpack plugin for converting external script files to inline script block. Requires 'html-webpack-plugin' to work.
https://www.npmjs.com/package/html-inline-script-webpack-plugin
MIT License
55 stars 10 forks source link

test: adjust optimization settings for test case which have chunks and modules imported #483

Closed icelam closed 7 months ago

icelam commented 7 months ago

Description

Fix broken test cases due to changes in minified chunk names and modules ID.

How has this been tested?

  1. Run test locally

Types of changes

Remarks

N/A