@callstack/repack-dev-server
Advanced tools
Comparing version 1.0.2 to 1.1.0
# @callstack/repack-dev-server | ||
## 1.1.0 | ||
### Minor Changes | ||
- [#475](https://github.com/callstack/repack/pull/475) [`cc997a2`](https://github.com/callstack/repack/commit/cc997a2f84b4835f8fe597487b0cde6f41b4b7f0) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Added X-React-Native-Project-Root header, so the RN CLI picks up the running bundler correctly | ||
## 1.0.2 | ||
@@ -4,0 +10,0 @@ |
@@ -97,2 +97,3 @@ import { Writable } from 'stream'; | ||
reply.header('X-Content-Type-Options', 'nosniff'); | ||
reply.header('X-React-Native-Project-Root', config.options.rootDir); | ||
const [pathname] = request.url.split('?'); | ||
@@ -99,0 +100,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
271111
2688