4.2.18 • Published 3 years ago

razzle-plugin-manifest v4.2.18

Weekly downloads
33
License
MIT
Repository
github
Last release
3 years ago

razzle-plugin-manifest

This package contains a plugin for generating manifest file for splitted chunk paths with Razzle

Usage in Razzle Projects

npm i razzle-plugin-manifest

or

yarn add razzle-plugin-manifest

Using the plugin with the default options

// razzle.config.js

module.exports = {
  plugins: ['manifest'],
};

A file called chunks.json will get generated at build time. you can import the file using RAZZLE_CHUNKS_MANIFEST enviroment variable.

example:

const chunks = require(process.env.RAZZLE_CHUNKS_MANIFEST);
4.2.18

3 years ago

4.2.17

3 years ago

4.2.16

3 years ago

4.2.9

4 years ago

4.2.8

4 years ago

4.2.10

4 years ago

4.2.11

4 years ago

4.2.12

4 years ago

4.2.13

4 years ago

4.2.14

3 years ago

4.2.15

3 years ago

4.2.7

4 years ago

4.2.6

4 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.1-0

6 years ago

1.0.0

6 years ago