Skip to content

Commit

Permalink
Remove duplicate code (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyherbert committed Feb 22, 2021
1 parent 00042f1 commit e2dee23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ if (useBabel && (isProduction || useBabelInDevelopment)) {
config.module?.rules.unshift({
test: /\.(?:m?js|ts)$/,
include: [
path.resolve(__dirname, 'src'), path.resolve('node_modules', 'svelte')
path.resolve(__dirname, 'src'),
path.resolve('node_modules', 'svelte')
],
Expand Down

0 comments on commit e2dee23

Please sign in to comment.