Skip to content

Commit

Permalink
Update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Sep 22, 2023
1 parent 12599bf commit 1ec9abe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ module.exports = {
test: /\.js$/,
enforce: 'pre',
use: ['source-map-loader'],
exclude: '/node_modules/',
},
{
test: /\.ts?$/,
use: 'ts-loader',
exclude: /node_modules/,
}
],
}
},
ignoreWarnings: [/Failed to parse source map/],
}

0 comments on commit 1ec9abe

Please sign in to comment.