1.0.4 • Published 1 year ago

@scandipwa/chunk-optimizer v1.0.4

Weekly downloads
-
License
OSL-3.0
Repository
-
Last release
1 year 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 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago