Skip to content

Destination is not provided, splitted css files would not be written #6

@jesujcastillom

Description

@jesujcastillom

I'm getting this error, with Webpack 4:

(Emitted value instead of an instance of Error) postcss-esplit: Destination is not provided, splitted css files would not be written

This is my postcss.config.js:

module.exports = {
	plugins: {
		'autoprefixer': {},
		'postcss-esplit': {},
	},
};

Am I doing something wrong? Or is this plugin not supporting webpack?

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