refactor: correct webpack configuration
This commit is contained in:
parent
aeff7f7b51
commit
1324179ef2
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
rules: [
|
||||
{
|
||||
test: /\.svelte$/,
|
||||
loaders: [
|
||||
loader: [
|
||||
{
|
||||
loader: 'svelte-loader',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue