You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Utils.bundle_js_file_path for manifest.json in webpacker projects (#1012)
* Fix Utils.bundle_js_file_path for manifest.json in webpacker projects
Utils.bundle_js_file_path was incorrectly returning
`'manifest.json'`
instead of, say,
`'/path/to/rails/public/packs/manifest.json'`
Fixes#1011
* Make issue link explicit
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ Changes since last non-beta release.
8
8
9
9
*Please add entries here for your pull requests that are not yet released.*
10
10
11
+
#### Fixed
12
+
- Fixed `Utils.bundle_js_file_path` generating the incorrect path for `manifest.json` in webpacker projects: [Issue #1011](https://github.com/shakacode/react_on_rails/issues/1011) by [elstgav](https://github.com/elstgav)
13
+
11
14
### [10.0.2] - 2017-11-10
12
15
#### Fixed
13
16
- Remove unnecessary dependencies from released NPM package: [PR 968](https://github.com/shakacode/react_on_rails/pull/968) by [tricknotes](https://github.com/tricknotes).
0 commit comments