Skip to content

Tags: xipasduarte/no-emit-webpack-plugin

Tags

v4.0.1

Unverified

This user has not yet uploaded their public signing key.
Version 4.0.1

v4.0.0

4.0.0

v3.0.0

Unverified

This user has not yet uploaded their public signing key.
Bump version.

v2.0.1

2.0.1

2.0.0

Bump major version to 1.0.0

Remove package-lock.json to keep just yarn.lock

1.0.0

First version of this the Webpack Plugin to prevent creating (emit)

files that may not be desired when webpack builds.

One case for this is CSS assets, bundled from a pre-processor, for
example SASS, where the result would be a .js and a .css file
(extracted). This plugin would allow the developer to say thar the
.js file shouldn't be created.