Add style guide examples for portrait/landscape images

This commit is contained in:
Scott Nonnenberg 2018-04-16 16:23:05 -07:00
parent 89d3078e2a
commit 5af5bbdb0f
No known key found for this signature in database
GPG key ID: 5F82280C35134661
8 changed files with 147 additions and 1 deletions

View file

@ -163,7 +163,7 @@ module.exports = {
},
{
// To test handling of attachments, we need arraybuffers in memory
test: /\.(gif|mp3|mp4|txt)$/,
test: /\.(gif|mp3|mp4|txt|jpg|jpeg|png)$/,
loader: 'arraybuffer-loader',
},
],