Skip to content

rtlcss directives are not working if webpack mode is production in webpack-rtl-plugin #38

@Souravbdr

Description

@Souravbdr

When I use mode:production, then rtlcss framework doesn't support the control directives of rtlcss.
In production we have the particular optimization.
Hope this doesn't affect the functionality of webpack-rtl-plugin?

optimization: {
minimize: true,
minimizer: [
new TerserPlugin(),
new OptimizeCSSAssetsPlugin({
cssProcessorPluginOptions: {
cssProcessor: require('cssnano'),
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions