This package contains a plugin to group route level chunk files with Razzle
{
"ChunkName": {
"css": [
"path/to/chunk.css"
],
"js": [
"path/to/chunk.js"
]
},
"OtherChunk": {
"css": [
"path/to/OtherChunk.css"
],
"js": [
"path/to/OtherChunk.js"
]
},
"client": {
"css": [
"path/to/bundle.css"
],
"js": [
"path/to/client.js"
]
}
}
Usage in Razzle Projects
yarn add razzle-plugin-manifest --dev
create a razzle.config.js file in root directory of project (next to the package.json) and put this content inside it
Using the plugin with the default options
// razzle.config.js
module.exports = {
plugins: ["manifest"]
};
// razzle.config.js
module.exports = {
plugins: [
{
name: "manifest",
options: {
filePath: "./../manifest"
}
}
]
};
filePath: boolean (defaults: ./../manifest)
Change filePath
if you want razzle change output filename and directory.
Mishka Installer is a system plugin manager and run time installer for elixir
Integrates the Solar Hijri (Persian) calendar in WordPress
A simple ToDo list project made by JavaScript. One can add, edit and remove todos as well as marking them as completed.
Refnotes is a reference manager tool that allows you to maintain a "personal library" of references, citations, footnotes and abbreviations in Tiddlywiki.
Selection of projects made by Microverse students.
React Server Side rendered application (isomorphic) with support fetch data like Next.js using React Router
react boilerplate generator
A one-key script to setup Cloak plugin with Shadowsocks on your server