repack

A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.

MIT License

Downloads
24.2K
Stars
1.5K
Committers
34

Bot releases are hidden (Show)

repack - Release 1.0.0-2

Published by zamotany over 3 years ago

1.0.0-2 (2021-03-17)

Bug Fixes

  • initialize React Devtools before React Refresh (#1) (9e708f8)
repack - Release 1.0.0-1

Published by zamotany over 3 years ago

1.0.0-1 (2021-03-17)

Features

  • add initial support for Flipper (3f59e60)
repack - Release 1.0.0-0

Published by zamotany over 3 years ago

1.0.0-0 (2021-03-16)

Bug Fixes

  • clear source map cache after symbolication to avoid stale source maps (6d98014)
  • correctly generate normalized name for asset (c2092ff)
  • debugging & dismissing errors (315637e)
  • emit build log to TesterApp directory and remove clean option (7cfcdca)
  • emit original asset content (aa1b269)
  • log all values with fastify.log (2c4e47c)
  • never-resolving promise in asset loader for android (b3d413f)
  • source map conflicts (7c81589)
  • symbolication and HMR error handling (339cc82)
  • use better source map filename in development (9396433)
  • use correct host for Android in DevSever and HMR runtime clients (d9d6410)
  • use correct path to bundle command (3ad3eaa)
  • use relative sourcemapFilename (6629e3d)
  • use source map filename from sourceMappingURL comment (9d7a621)

Features

  • add basic implementation for Dev Server proxy (fda8eba)
  • add docs and improve loging in server code (fcc0fc9)
  • add HMR server and ReactNativeTargetPlugin (b139a6b)
  • add pretty logging and reporter (c4f47fa)
  • add react refresh support (2bbd09f)
  • add support for logging client logs (6b2c543)
  • add support for message server and reload from debugger ui (a31c60c)
  • add support for remote js debugging (b5c98b9)
  • add symbolicate to dev server/proxy and infer platform (dde776e)
  • auto-reload if HMR fails (a9e5069)
  • build & server debugger-ui assets (c8f2632)
  • captur r & d commands in start and reload app (5752810)
  • generate source maps (996ddf6)
  • hold request from proxy till dev sever is listening (2b413df)
  • implement DevServerClient (90268a7)
  • implement devtools endpoints (df15241)
  • implement HMR client (7a2b57e)
  • improve errors & warning logging (ffdd42b)
  • improve logging (82be1bd)
  • initial commit (da7d61b)
  • report progress and shorten timestamp (7a0b60d)
  • support multiple webpack config locations (73ee90b)
  • support symbolication (bdffcaa)
  • transport all logs to a reporter instance (6ec06f8)
  • tweak inspecting objects in Reporter (ea86397)
  • use LoadingView in WebpackHMRClient (d65eb1f)
  • android: add start command and DevServer (b9875ed)
  • ios: add status endpoiint (eb70a61)