editor: experiment with Material UI for sprite library implementation
This commit is contained in:
parent
6c8f2d780a
commit
1605e743f4
8 changed files with 238 additions and 7 deletions
|
@ -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',
|
||||
|
|
Reference in a new issue