Skip to content

jfrconley/parcel-bundler-splitable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-bundler-splitable

It's splitsville baby!

Description

Bundler plugin for Parcel 2 that allows splitting bundles on arbitrary files

Usage

Add as a dev dependency

yarn add -D parcel-bundler-splitable

Set as bundler in .parcelrc

{
  "extends": "@parcel/config-default",
  "bundler": "parcel-bundler-splitable"
}

Set the "bundleSplits" property in your package.json

...
"bundleSplits": [
    "dist/dependencies.js"
]
...

About

Split parcel 2 bundles on arbitrary files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published