Closed rkoleci closed 6 years ago
Are you sure you are talking about this project?
Pavan Kumar Sunkara
On Sun, Mar 18, 2018, 15:58 rkoleci notifications@github.com wrote:
{ test: /.ico$/, loader: 'file?name=[name].[ext]' },
what do I need to include in the webpack config ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pksunkara/inflect/issues/26, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKqb7RT6Z6dnWsmtdy58BwuvY559YX1ks5tfnYEgaJpZM4SvOwN .
Yes. I have installed this project and its on my dependencies "i": "^0.3.6", but what should I include in the webpack config (ignore my current webpack code; its probably wrong) ?
You don't need to include anything special for this dependency. This is just a normal node module.
It's working now. Thank you very much.
{ test: /.ico$/, loader: 'file?name=[name].[ext]' },
what do I need to include in the webpack config ?