Webpacker can't find favicon.ico in ... manifest.json.

35 views
Skip to first unread message

fugee ohu

unread,
Dec 8, 2019, 6:51:12 PM12/8/19
to Ruby on Rails: Talk
app/javascripts/packs/application.js:
import "favicons"

app/javascripts/packs/favicons.js:
const faviconsContext = require.context(
  ‘!!file-loader?name=../images/favicons/[name].[ext]!.’,
  true,
  /\.(svg|png|ico|xml|json)$/
);faviconsContext.keys().forEach(faviconsContext);


Reply all
Reply to author
Forward
0 new messages