Update demo
This commit is contained in:
parent
984a22e4be
commit
5d0609b8b0
8 changed files with 119 additions and 60 deletions
|
|
@ -92,6 +92,14 @@ module.exports = {
|
|||
},
|
||||
exclude: /node_modules/,
|
||||
},
|
||||
{
|
||||
test: /\.svg$/,
|
||||
loader: 'svg-url-loader',
|
||||
options: {
|
||||
limit: 10 * 1024,
|
||||
noquotes: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
enforce: 'pre',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue