Skip to content

Commit b964368

Browse files
authored
Merge pull request #6495 from blockchain/feat/remove-legacy-pages-routing
feat/remove-legacy-pages-routing: removed routing for legacy pages
2 parents c8e335c + 3067c2c commit b964368

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/blockchain-wallet-v4-frontend/webpack.config.ci.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ const runBundleAnalyzer = process.env.ANALYZE
99
let extraPluginsList = [
1010
new CopyWebpackPlugin({
1111
patterns: [
12-
{
13-
force: true,
14-
from: CONFIG_PATH.legacyPages,
15-
to: CONFIG_PATH.ciBuild + '/legacy-pages'
16-
},
12+
// {
13+
// force: true,
14+
// from: CONFIG_PATH.legacyPages,
15+
// to: CONFIG_PATH.ciBuild + '/legacy-pages'
16+
// },
1717
{
1818
force: true,
1919
from: CONFIG_PATH.wellKnownConfig,

0 commit comments

Comments
 (0)