Skip to content

Commit

Permalink
chore(config): Inline import from same namespace (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed May 8, 2023
1 parent 6a26e95 commit d690af2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configuration/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ const getClientEnvironment = require("./env");
const ModuleNotFoundPlugin = require("react-dev-utils/ModuleNotFoundPlugin");
const ForkTsCheckerWebpackPlugin = require("react-dev-utils/ForkTsCheckerWebpackPlugin");
const typescriptFormatter = require("react-dev-utils/typescriptFormatter");
const BundleAnalyzerPlugin =
require("webpack-bundle-analyzer").BundleAnalyzerPlugin;
const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer");

const postcssNormalize = require("postcss-normalize");

Expand Down

0 comments on commit d690af2

Please sign in to comment.