Skip to content

Commit

Permalink
Merge pull request #263 from BigRoomStudios/maintenance/oct-2020
Browse files Browse the repository at this point in the history
Maintenance Oct 2020 - React 17, other goodies
  • Loading branch information
Brian Leighton authored Feb 12, 2021
2 parents 7409ff1 + 20e9978 commit 34759eb
Show file tree
Hide file tree
Showing 3 changed files with 16,240 additions and 14 deletions.
5 changes: 4 additions & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
output: {
filename: Config.isProduction ?
'js/[name].[contenthash:8].js' :
'js/bundle.js',
'js/[name].bundle.js',
chunkFilename: Config.isProduction ?
'js/[name].[contenthash:8].chunk.js' :
'js/[name].chunk.js',
Expand Down Expand Up @@ -47,6 +47,9 @@ module.exports = {
[key]: JSON.stringify(value)
}), {})
}),
new Webpack.ProvidePlugin({
process: 'process/browser'
}),
new CopyWebpackPlugin({
patterns: [
{
Expand Down
Loading

0 comments on commit 34759eb

Please sign in to comment.