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
I'm using the WebpackRtlPlugin together with UglifyJsPlugin and in my code I have directives for rtlcss like: /* rtl:begin:ignore */.
The problem is the uglifier works before the WebpackRtlPlugin and removes these comments.
I'm not sure if this is an issue here or in UglifyjsPlugin since I've tried to use the options.comments to tell the uglifier to ignore these comments but it didn't work.. but anyway it seems to me that the .rtl.css should be generated before the uglifier and be added to the asset list.
The text was updated successfully, but these errors were encountered:
Hi again,
I'm using the
WebpackRtlPlugin
together withUglifyJsPlugin
and in my code I have directives forrtlcss
like:/* rtl:begin:ignore */
.The problem is the uglifier works before the
WebpackRtlPlugin
and removes these comments.I'm not sure if this is an issue here or in
UglifyjsPlugin
since I've tried to use theoptions.comments
to tell the uglifier to ignore these comments but it didn't work.. but anyway it seems to me that the .rtl.css should be generated before the uglifier and be added to the asset list.The text was updated successfully, but these errors were encountered: