Skip to content

Commit b28e789

Browse files
authored
Merge pull request #28 from BrickworkSoftware/zorn/singleton-css
[AT-387] feat: switch to singleton CSS injection
2 parents c71edcb + 743bb48 commit b28e789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-scripts/config/webpack.config.prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ module.exports = {
296296
sourceMap: true,
297297
insertAt: 'top',
298298
// combine all <link rel="stylesheet" href="blob:..."> tags into one
299-
// singleton: true,
299+
singleton: true,
300300
},
301301
},
302302
{

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brickwork-software/react-scripts",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"description": "Configuration and scripts for Brickwork react apps",
55
"repository": "brickworksoftware/create-react-app",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)