This repo contains two packages:
parcel-namer-folders
- a simple Parcel Namer plugin that puts css and javascript bundles into separate foldersapp
- a sample app that is configured to build with parcel, using this plugin.
It was written to demonstrate the solution to a stackoverflow question
- Run
yarn install
- Run
yarn app build
- See that the output javascript files in
app/dist
have themin.js
extension.