Skip to content

Poky85/demo-parcel-bundler-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parcel 2.8 bundler issue

This repo shows minimal reproduction of bundling issue present in @parcel/bundler-default

Try it

npm install
npm run build

Run the server npm run server and open http://127.0.0.1:8080. You will see the error in the browser console.

ReferenceError: $1e3ba84e9ce044db$exports is not defined

Temporary fix

To workaround the issue go to src/ui/TableCell.tsx and read instructions there. Then run build again.

rm -rf .parcel-cache && rm -rf dist
npm run build

Refresh the page. Error disappears.

About

Minimal reproduction of Parcel 2.8.x bundler issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published