Skip to content

Commit 302038a

Browse files
committed
remove svelte-loader node_modules exclusion
1 parent db3d534 commit 302038a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module.exports = {
2020
rules: [
2121
{
2222
test: /\.svelte$/,
23-
exclude: /node_modules/,
2423
use: {
2524
loader: 'svelte-loader',
2625
options: {

0 commit comments

Comments
 (0)