Sergei Zinin
Results
2
issues of
Sergei Zinin
&block passed
Let's say I have the following configuration: ```ruby Webpack.configure do |config| if Rails.env.production? config.cdn_host = "mycdn.com" config.use_server = false # ... else # ... end end ``` In the views...