Skip to content

Commit 0f82e87

Browse files
author
xjsilva
committed
chore: update dev dependencies
1 parent 4e61c48 commit 0f82e87

File tree

11 files changed

+3153
-4976
lines changed

11 files changed

+3153
-4976
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This plugin will omit bundled JS files for dependencies that are exclusively CSS
66

77
## Rationale
88

9-
This plugin should ONLY be used for LEGACY applications, whose goal is to transition into using a build process. This is not an optimized solution. This should ONLY be used as a means to get a legacy application into bundled entries. The configuration here will NOT provide an optimzed solution for an evergreen project. DO NOT USE THIS if you're working on a NEW PROJECT in 2020+.
9+
This plugin should ONLY be used for LEGACY applications, whose goal is to transition into using a modern build process. This is not an optimized solution. This should ONLY be used as a means to get a legacy application into using bundled entries. The configuration here will NOT provide an optimzed solution for an evergreen project. DO NOT USE THIS if you're working on a NEW PROJECT in 2020+.
1010

1111
In certain cases, you may want to organize some of your CSS dependencies into single files or entry arrays within Webpack. Even though mini-css-extract-plugin extracts CSS into its own .css file, Webpack will still generate a js file that will never be needed. This plugin will omit these types of files before Webpack begins its emitting step, so that you don't have to manually remove them. This plugin is especially useful for Webpack bundles that use a hash in the filename, as these change on every compilation.
1212

__tests__/fixtures/js-file-entry/dir/s.css

Lines changed: 0 additions & 13 deletions
This file was deleted.

__tests__/fixtures/js-file-entry/dir/s.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

__tests__/fixtures/options/preview/dir/b.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)