Skip to content

Commit 9e9938b

Browse files
committed
Upgrade build packages
This resolves a whole bunch of warnings and build issues from using out of date packages. Became sort of necessary when we couldn't npm install anymore because our out-of-date node-sass version demanded Python v2.
1 parent 5912d85 commit 9e9938b

File tree

5 files changed

+13645
-31901
lines changed

5 files changed

+13645
-31901
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"@babel/preset-react"
55
],
66
"plugins": [
7-
"transform-object-assign"
7+
"@babel/plugin-transform-object-assign"
88
]
99
}

0 commit comments

Comments
 (0)