We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc9040 commit 218c4ccCopy full SHA for 218c4cc
lib/webpacker/manifest.rb
@@ -47,7 +47,7 @@ def handle_missing_entry(name)
47
def missing_file_from_manifest_error(bundle_name)
48
msg = <<-MSG
49
Webpacker can't find #{bundle_name} in #{config.public_manifest_path}. Possible causes:
50
-1. You want to set wepbacker.yml value of compile to true for your environment
+1. You want to set webpacker.yml value of compile to true for your environment
51
unless you are using the `webpack -w` or the webpack-dev-server.
52
2. Webpack has not yet re-run to reflect updates.
53
3. You have misconfigured Webpacker's config/webpacker.yml file.
0 commit comments