This commit is contained in:
Sidharth Vinod
2022-08-31 23:16:57 +05:30
parent 5b63260240
commit 4f0e18b088
7 changed files with 229 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ export default merge(baseConfig, {
test: /\.js$/,
exclude: /node_modules/,
use: {
loader: 'babel-loader',
loader: 'esbuild-loader',
},
},
],