Skip to content

Commit

Permalink
chore(deps): use original replace-asset-name-webpack-plugin (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Oct 4, 2023
1 parent e7ebbca commit abbdd3c
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 109 deletions.
110 changes: 110 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { WebpackManifestPlugin } = require('webpack-manifest-plugin');
const InterpolateHtmlPlugin = require('react-dev-utils/InterpolateHtmlPlugin');
const WorkboxWebpackPlugin = require('workbox-webpack-plugin');
const ModuleScopePlugin = require('react-dev-utils/ModuleScopePlugin');
const ReplaceAssetNamePlugin = require('./webpack/plugins/replace-asset-name-webpack-plugin');
const ReplaceAssetNamePlugin = require('replace-asset-name-webpack-plugin');
const getCSSModuleLocalIdent = require('react-dev-utils/getCSSModuleLocalIdent');
const ESLintPlugin = require('eslint-webpack-plugin');
const paths = require('./paths');
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.11.0",
"replace-asset-name-webpack-plugin": "^1.1.1",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.3.0",
Expand Down

0 comments on commit abbdd3c

Please sign in to comment.