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
logger.info"NODE_ENV=#{ENV["NODE_ENV"]} and RAILS_ENV=#{Rails.env} environment is not defined in config/webpacker.yml, falling back to #{DEFAULT} environment"
26
+
end
27
+
28
+
defavailable_environments
29
+
ifconfig_path.exist?
30
+
YAML.load(config_path.read).keys
31
+
else
32
+
[].freeze
33
+
end
34
+
rescuePsych::SyntaxError=>e
35
+
raise"YAML syntax error occurred while parsing #{config_path}. " \
36
+
"Please note that YAML must be consistently indented using spaces. Tabs are not allowed. " \
0 commit comments