mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-02 19:30:19 +03:00
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:
parent
3d410b6002
commit
f5dc1121a7
|
@ -71,7 +71,6 @@ export default (env: { playground?: boolean; bench?: boolean } = {}, { mode }) =
|
||||||
|
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
{ test: [/\.eot$/, /\.gif$/, /\.woff$/, /\.svg$/, /\.ttf$/], use: 'null-loader' },
|
|
||||||
{
|
{
|
||||||
test: /\.(tsx?|[cm]?js)$/,
|
test: /\.(tsx?|[cm]?js)$/,
|
||||||
loader: 'esbuild-loader',
|
loader: 'esbuild-loader',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user