Styling intro screen and adding demo images.

This commit is contained in:
Jake Archibald
2018-10-12 14:11:10 +01:00
parent a43ea761f5
commit 568b9e9459
24 changed files with 550 additions and 50 deletions

View File

@@ -156,6 +156,10 @@ module.exports = function (_, env) {
// See https://github.com/webpack/webpack/issues/6725
type: 'javascript/auto',
loader: 'file-loader'
},
{
test: /\.(png|svg|jpg|gif)$/,
loader: 'file-loader'
}
]
},