Skip to content

Css is not minimized #283

Description

@Mioleris

Why bootstrap css is not minimized when using extractStyles and bootstrapCustomizations and appStyles

and when using appStyles and bootstrapCustomizations adds 3-4s to hot module replacement to reload

            {
                test: /\.scss$/,
                use: ExtractTextPlugin.extract({
                    fallback: "style-loader",
                    use: ['css-loader?minimize&importLoaders=2', 'postcss-loader', 'sass-loader']
                })
            },
            {
                test: /\.css$/,
                use: ExtractTextPlugin.extract({
                    fallback: "style-loader",
                    use: ['css-loader?minimize&importLoaders=1', 'postcss-loader']
                })
            }

Using latest dependencies

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions