Skip to content

Commit

Permalink
Merge pull request #123 from bigbite/fix/add-jpg-support
Browse files Browse the repository at this point in the history
Add jpg support
  • Loading branch information
ampersarnie authored Sep 23, 2024
2 parents 1efebfd + 9e00a2a commit 300e39b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigbite/build-tools",
"version": "1.3.2",
"version": "1.3.3",
"description": "Provides configuration for the Big Bite Build Tools.",
"author": "Paul Taylor <[email protected]> (https://github.com/ampersarnie)",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/build/rules/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
module.exports = ({ paths }) => [
{
test: /\.(png|woff|woff2|eot|ttf|gif)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
test: /\.(png|woff|woff2|eot|ttf|gif|jpg|jpeg)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
loader: 'file-loader',
issuer: /\.(css|scss|js|jsx|ts|tsx)?$/,
options: {
Expand Down

0 comments on commit 300e39b

Please sign in to comment.