Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Commit

Permalink
puts back old veribalge for rails#4 (was rails#2) instead of
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfb committed Nov 20, 2021
1 parent 80d58d8 commit 6c9de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webpacker/manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def missing_file_from_manifest_error(bundle_name)
2. Your app has code with a non-standard extension (like a `.jsx` file) but the extension is not in the `extensions` config in `config/webpacker.yml`
3. You have set compile: false (see `config/webpacker.yml`) for this environment
(unless you are using the `webpack -w` or the webpack-dev-server, in which case maybe you aren't running the dev server in the background?)
4. Webpacker has not yet re-run to reflect updates.
4. webpack has not yet re-run to reflect updates.
5. You have misconfigured Webpacker's `config/webpacker.yml` file.
6. Your webpack configuration is not creating a manifest.
Expand Down

0 comments on commit 6c9de85

Please sign in to comment.