chore: remove extra webpack resolver

This commit is contained in:
romanhotsiy 2021-06-09 15:10:24 +03:00
parent c09cf9dbbe
commit 0a4d172333
No known key found for this signature in database
GPG Key ID: 0BC2221278CCBBB8

View File

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