Skip to content

Commit 9d3d871

Browse files
authored
Update plugins.js
1 parent f78240a commit 9d3d871

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const client = [
1515
__SERVER__: 'false',
1616
__CLIENT__: 'true'
1717
}),
18+
1819
new CopyWebpackPlugin([
1920
{
2021
from: path.resolve(
@@ -57,6 +58,12 @@ const client = [
5758
)
5859
}
5960
]),
61+
new CopyWebpackPlugin([
62+
{
63+
from: path.resolve(__dirname, '../../../_redirects'),
64+
to: path.resolve(__dirname, '../../../docker/frontend/prod/build/client')
65+
}
66+
]),
6067
new CopyWebpackPlugin([
6168
{
6269
from: path.resolve(

0 commit comments

Comments
 (0)