You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running npm run build I get this warning in stdout
You are trying to configure cleanupIDs which is not part of preset-default.
Try to put it before or after, for example
plugins: [
{
name: 'preset-default',
},
'cleanupIDs'
]
My HTML file contains multiple <svg> ... </svg>
I get this warning for each svg tag.
Please suggest a workaround:
Actually, I do not need SVG processing/optimization at all.
Having a workaround to turn off Parcel SVG processing for embedded SVG's would be good:
these SVG's coming from Bootstrap icons, so they could be just copied to dist/ "as is"
🌍 Your Environment
Software
Version(s)
Parcel
2.12.0
Node
v20.16.0
npm/Yarn
npm 10.8.1
Operating System
Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
🐛 bug report
When running
npm run build
I get this warning in stdoutMy HTML file contains multiple
<svg> ... </svg>
I get this warning for each svg tag.
🎛 Configuration (.babelrc, package.json, cli command)
package.json:
ex.html:
🤔 Expected Behavior
There should be no warnings
😯 Current Behavior
I get the warning (see above) for each tag.
🔦 Context
Usual web development
Please suggest a workaround:
Actually, I do not need SVG processing/optimization at all.
Having a workaround to turn off Parcel SVG processing for embedded SVG's would be good:
these SVG's coming from Bootstrap icons, so they could be just copied to dist/ "as is"
🌍 Your Environment
The text was updated successfully, but these errors were encountered: