Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
Including updating idtoken-verifier to fix a major issue
  • Loading branch information
ItalyPaleAle committed May 29, 2020
1 parent 37ed799 commit ef535dd
Show file tree
Hide file tree
Showing 3 changed files with 2,262 additions and 1,909 deletions.
8 changes: 5 additions & 3 deletions app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,11 @@ function webpackConfig(appParams) {
}),

// Copy files
new CopyPlugin([
{from: path.resolve(__dirname, 'robots.txt'), to: ''},
]),
new CopyPlugin({
patterns: [
{from: path.resolve(__dirname, 'robots.txt'), to: ''},
]
}),
],
devtool: prod ? false : 'source-map',
performance: {
Expand Down
Loading

0 comments on commit ef535dd

Please sign in to comment.