refactor: correct webpack configuration

This commit is contained in:
Xymorot 2020-04-10 04:38:03 +02:00
parent aeff7f7b51
commit 1324179ef2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
rules: [
{
test: /\.svelte$/,
loaders: [
loader: [
{
loader: 'svelte-loader',
},