Skip to content

css cachegroups doesn't seems to work , included sample-demo repository #180

@fvigotti

Description

@fvigotti

sample minimal-demo repository : https://github.com/fvigotti/webpack-errordemo

the problem is that when I add this (

styles: {
          name: 'styles',
          test: /\.css$/,
          chunks: 'all',
          enforce: true,
         minSize:0, minChunks: 1, reuseExistingChunk: true, enforce: true
        },

into cacheGroups , no errors gets logged during compilation, the output html is generated with imports ( except for css ) and neither css and javascript works anymore in the compiled output..

I've used the code from the official readme page... is this a problem of mine ? maybe this library could be improved to be more verbose in error logging ?

Thank you,
Francesco

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions