Skip to content

Commit

Permalink
Updated "We Vote" text across the site to be "WeVote".
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleMcGrew committed Feb 21, 2024
1 parent 3ec348e commit f189cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ module.exports = (env, argv) => ({
to: 'img/',
globOptions: { ignore: ['**/DO-NOT-BUNDLE/**']},
},
// { from: 'storybook-static', to: './storybook' },
// { from: 'node/STORYBOOK-README.TXT', to: './storybook/STORYBOOK-README.TXT' },
{ from: 'node/STORYBOOK-README.TXT', to: './storybook-static/STORYBOOK-README.TXT' },
{ from: 'storybook-static', to: './storybook-static' },
],
}),
new MomentLocalesPlugin(),
Expand Down

0 comments on commit f189cc7

Please sign in to comment.