© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Vijay Thirugnanam
Inference Service @ Cerebras
Use the file loader.
{ test: /\.(jpg|png|svg|gif)$/, loader: 'file-loader', options: { name: '[path][name].[ext]' } },
Siddharth Vishvanath (Sid)
Full Stack Developer
Okay thank you this works according to my needs.