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
Scratching my head on this one, I hope someone can help.
My configuration works perfectly in development mode with the "enabled: true" switch, but fails to run in production (exactly the same environment just running "npm run development" and "npm run production").
This discussion was converted from issue #122 on May 20, 2021 06:28.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Scratching my head on this one, I hope someone can help.
My configuration works perfectly in development mode with the "enabled: true" switch, but fails to run in production (exactly the same environment just running "npm run development" and "npm run production").
Configuration:
Results:
Running on dev. Result expected, CSS not minified.
Running on dev with "enabled: true" switch. Result as expected, CSS minified, safelist respected.
Running on production. Result not expected, CSS minified, safelist not respected.
Any idea what's going on here?
Beta Was this translation helpful? Give feedback.
All reactions