Related: https://github.com/parcel-bundler/parcel/pull/850#issuecomment-377811893 For example this: ``` require('/assets/logo.png') ``` ``` parcel index.html -p 3101 ``` installs the "assets" package for me :)
Related: #850 (comment)
For example this:
installs the "assets" package for me :)