update packages

This commit is contained in:
2022-12-26 10:46:32 -07:00
parent a8543370b1
commit 335ff71584
4 changed files with 1813 additions and 5334 deletions

View File

@@ -32,10 +32,8 @@ module.exports = (env) => {
module: {
rules: [
// All files with a '.ts' or '.tsx' extension will be handled by 'awesome-typescript-loader'.
{ test: /\.tsx?$/, loader: "awesome-typescript-loader" },
{ test: /\.tsx?$/, loader: "ts-loader", exclude: /node_modules/, },
// All output '.js' files will have any sourcemaps re-processed by 'source-map-loader'.
{ enforce: "pre", test: /\.js$/, loader: "source-map-loader" }
]
},