This is a simple sample code to demonstrate issue adobe/htlengine#114 of @adobe/htlengine.
- Use the following command to run code with @adobe/htlengine 3.2.7, which will output the generated html.
npm run dev7
- Use the following command to run code with @adobe/htlengine 3.2.8, which will throw an error unless you change path from 'inline-svg-utility.js' to '../../../../../inline-svg-utility.js' in example1.htl
npm run dev8