rogue.js icon indicating copy to clipboard operation
rogue.js copied to clipboard

parcel issues

Open alidcast opened this issue 7 years ago • 0 comments

  • builds gives memory leak warnings: https://github.com/parcel-bundler/parcel/issues/2277
  • random infinite loops in HMR https://github.com/parcel-bundler/parcel/issues/1317
  • autoinstall causes problems - i.e. if you're using alpha version for hooks it tries to install wrong react version (yarn resolutions don't seem to prevent this)
  • can't transpile node_modules (no way to add configuration for this yet)
  • workspaces/symlinks don't fully work yet (symlink+source is getting picked, the module is still being - looked for first under the child directory resulting in unresolved module errors) https://github.com/parcel-bundler/parcel/issues/1571

i'm sure im forgetting some things i've run into last few days... hoping that Parcel v2 once released will fix a lot of this

alidcast avatar Jan 05 '19 17:01 alidcast