pksunkara / inflect

custom inflections for nodejs
MIT License
229 stars 18 forks source link

webpack production icons not showing #26

Closed rkoleci closed 6 years ago

rkoleci commented 6 years ago

{ test: /.ico$/, loader: 'file?name=[name].[ext]' },

what do I need to include in the webpack config ?

pksunkara commented 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 .

rkoleci commented 6 years ago

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) ?

pksunkara commented 6 years ago

You don't need to include anything special for this dependency. This is just a normal node module.

rkoleci commented 6 years ago

It's working now. Thank you very much.