Skip to content

Commit

Permalink
Merge pull request #6495 from blockchain/feat/remove-legacy-pages-rou…
Browse files Browse the repository at this point in the history
…ting

feat/remove-legacy-pages-routing: removed routing for legacy pages
  • Loading branch information
jhagerman-bc authored Oct 25, 2024
2 parents c8e335c + 3067c2c commit b964368
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/blockchain-wallet-v4-frontend/webpack.config.ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const runBundleAnalyzer = process.env.ANALYZE
let extraPluginsList = [
new CopyWebpackPlugin({
patterns: [
{
force: true,
from: CONFIG_PATH.legacyPages,
to: CONFIG_PATH.ciBuild + '/legacy-pages'
},
// {
// force: true,
// from: CONFIG_PATH.legacyPages,
// to: CONFIG_PATH.ciBuild + '/legacy-pages'
// },
{
force: true,
from: CONFIG_PATH.wellKnownConfig,
Expand Down

0 comments on commit b964368

Please sign in to comment.