Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 598 Bytes

File metadata and controls

14 lines (9 loc) · 598 Bytes

An example of how to write a custom parcel namer.

This repo contains two packages:

  1. parcel-namer-folders - a simple Parcel Namer plugin that puts css and javascript bundles into separate folders
  2. app - a sample app that is configured to build with parcel, using this plugin.

It was written to demonstrate the solution to a stackoverflow question

Setup instructions

  1. Run yarn install
  2. Run yarn app build
  3. See that the output javascript files in app/dist have the min.js extension.