1.0.4 • Published 1 month ago

@scandipwa/chunk-optimizer v1.0.4

Weekly downloads
-
License
OSL-3.0
Repository
-
Last release
1 month ago

@scandipwa/chunk-optimizer

This package includes Webpack chunk optimizer extension used by Create Scandipwa App.

Package is currently under development. Docs too. Try at your own risk!

Chunks

Currently, all style elements are distributed between following chunks:

  • main
  • vendor
  • product
  • category
  • cart
  • checkout
  • wishlist
  • account
  • misc

Expanding

To move file to specific chunk use one of three options: 1. Name tagging: 1. By using one of following name formats you can disable SplitChunksPlugin configuration: 1. [name].manual.style.[scss/css] 2. [name.manual.extended.style.[scss/css] 2. Dynamic import: 1. import(/* webpackChunkName: "[chunk-name]" */ '[path]'); 3. Changing configuration.

1.0.4

1 month ago

1.0.3

1 month ago

1.0.2

10 months ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0

1 year ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago