Skip to content

Commit 870e740

Browse files
authored
Update plugins.js
1 parent 5a8869d commit 870e740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/config/webpack.config.js/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const client = [
6161
new CopyWebpackPlugin([
6262
{
6363
from: path.resolve(__dirname, '../../../_redirects'),
64-
to: path.resolve(__dirname, '../../../docker/frontend/prod/build/client/_redirects')
64+
to: path.resolve(__dirname, '../../../docker/frontend/prod/build/client')
6565
}
6666
]),
6767
new CopyWebpackPlugin([

0 commit comments

Comments
 (0)