diff --git a/webpack.config.js b/webpack.config.js index d55ec20..94f550a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -12,7 +12,7 @@ module.exports = { rules: [ { test: /\.svelte$/, - loaders: [ + loader: [ { loader: 'svelte-loader', },