Skip to content

Commit

Permalink
Update webpack config aacordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps committed Jun 12, 2024
1 parent c094752 commit e5a2d97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const CspHtmlWebpackPlugin = require('csp-html-webpack-plugin');
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
const ManifestPlugin = require('webpack-manifest-plugin');
const InterpolateHtmlPlugin = require('react-dev-utils/InterpolateHtmlPlugin');
const WatchMissingNodeModulesPlugin = require('react-dev-utils/WatchMissingNodeModulesPlugin');
const eslintFormatter = require('react-dev-utils/eslintFormatter');
const getClientEnvironment = require('./env');
const paths = require('./paths');
Expand Down Expand Up @@ -313,7 +312,6 @@ module.exports = {
new webpack.DefinePlugin(env.stringified),
new webpack.HotModuleReplacementPlugin(),
new CaseSensitivePathsPlugin(),
new WatchMissingNodeModulesPlugin(paths.appNodeModules),
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
new ManifestPlugin({
fileName: 'asset-manifest.json',
Expand Down

0 comments on commit e5a2d97

Please sign in to comment.