1.1.2 • Published 9 months ago

@react-aria/parcel-resolver-optimize-locales v1.1.2

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

@react-aria/parcel-resolver-optimize-locales

A Parcel resolver plugin to optimize React Aria to only include translated strings for locales that your app supports.

Configuration

Add the following to your .parcelrc:

{
  "extends": "@parcel/config-default",
  "resolvers": ["@react-aria/parcel-resolver-optimize-locales", "..."]
}

Then, in your package.json, add a "locales" field:

{
  "locales": ["en-US", "fr-FR"]
}

Any strings for locales other than the ones listed here will be removed from your bundle. See the documentation for a full list of supported locales.

1.1.2

10 months ago

1.1.2-nightly.5042

11 months ago

1.1.2-nightly.5041

11 months ago

1.1.2-nightly.5038

11 months ago

1.1.2-nightly.5032

11 months ago

1.1.2-nightly.5030

11 months ago

1.1.2-nightly.4980

12 months ago

1.1.2-nightly.4981

12 months ago

1.1.2-nightly.4979

12 months ago

1.1.2-nightly.4978

12 months ago

1.1.2-nightly.4997

12 months ago

1.1.2-nightly.5002

12 months ago

1.1.2-nightly.5005

12 months ago

1.1.2-nightly.5014

12 months ago

1.1.2-nightly.5022

12 months ago

1.1.2-nightly.5028

11 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago