mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
* Switch from npm to yarn * Add minimum viable parcel dev server config * Remove webpack configs * Update docker build, build w/ yarn on node 16.x
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
{
|
|
"extends": "@parcel/config-default",
|
|
"namers": [ "parcel-namer-rewrite" ]
|
|
}
|