editor: experiment with Material UI for sprite library implementation

This commit is contained in:
Matthias Schiffer 2020-03-19 23:12:13 +01:00
parent 6c8f2d780a
commit 1605e743f4
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
8 changed files with 238 additions and 7 deletions

View file

@ -13,6 +13,10 @@ module.exports = {
test: /\.css$/,
use: [{ loader: 'style-loader' }, { loader: 'css-loader' }],
},
{
test: /\.(woff|woff2|eot|ttf|otf)$/,
use: 'file-loader',
},
{
test: /\.(vs|fs)$/,
use: 'raw-loader',