Skip to content

Commit 300e39b

Browse files
authored
Merge pull request #123 from bigbite/fix/add-jpg-support
Add jpg support
2 parents 1efebfd + 9e00a2a commit 300e39b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigbite/build-tools",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Provides configuration for the Big Bite Build Tools.",
55
"author": "Paul Taylor <paul@bigbite.net> (https://github.com/ampersarnie)",
66
"engines": {

src/commands/build/rules/images.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
module.exports = ({ paths }) => [
77
{
8-
test: /\.(png|woff|woff2|eot|ttf|gif)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
8+
test: /\.(png|woff|woff2|eot|ttf|gif|jpg|jpeg)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
99
loader: 'file-loader',
1010
issuer: /\.(css|scss|js|jsx|ts|tsx)?$/,
1111
options: {

0 commit comments

Comments
 (0)