We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c71edcb + 743bb48 commit b28e789Copy full SHA for b28e789
packages/react-scripts/config/webpack.config.prod.js
@@ -296,7 +296,7 @@ module.exports = {
296
sourceMap: true,
297
insertAt: 'top',
298
// combine all <link rel="stylesheet" href="blob:..."> tags into one
299
- // singleton: true,
+ singleton: true,
300
},
301
302
{
packages/react-scripts/package.json
@@ -1,6 +1,6 @@
1
2
"name": "@brickwork-software/react-scripts",
3
- "version": "1.3.8",
+ "version": "1.3.9",
4
"description": "Configuration and scripts for Brickwork react apps",
5
"repository": "brickworksoftware/create-react-app",
6
"license": "BSD-3-Clause",
0 commit comments