修改code lint时机

This commit is contained in:
lyswhut
2023-09-08 22:16:43 +08:00
parent 2454738224
commit 7845d65119
10 changed files with 311 additions and 75 deletions

View File

@@ -27,11 +27,6 @@ module.exports = {
},
module: {
rules: [
// {
// test: /\.js$/,
// loader: 'babel-loader',
// exclude: /node_modules/,
// },
{
test: /\.tsx?$/,
exclude: /node_modules/,