Remove unused null-loader

null-loader is not a part of webpack but an webpack 4 package that
has to be explicitly installed, but there is no entry in package.json
This commit is contained in:
Benedikt Seidl 2022-12-05 13:46:30 +01:00
parent 3d410b6002
commit f5dc1121a7

View File

@ -71,7 +71,6 @@ export default (env: { playground?: boolean; bench?: boolean } = {}, { mode }) =
module: {
rules: [
{ test: [/\.eot$/, /\.gif$/, /\.woff$/, /\.svg$/, /\.ttf$/], use: 'null-loader' },
{
test: /\.(tsx?|[cm]?js)$/,
loader: 'esbuild-loader',