projects
/
lmno.games
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
913aefc
)
Babel: Add the transform-object-rest-spread plugin to the production build
author
Carl Worth
<cworth@cworth.org>
Mon, 15 Jun 2020 00:11:09 +0000
(17:11 -0700)
committer
Carl Worth
<cworth@cworth.org>
Mon, 15 Jun 2020 01:50:03 +0000
(18:50 -0700)
This should have been added at the same time this was added to the
development build. Without it, a production build fails.
.babelrc
patch
|
blob
|
history
diff --git
a/.babelrc
b/.babelrc
index b9db511f14d44141aaab814b7b2b6b72feeea229..48b7809b36d01a97e71148583c523b50145e7ead 100644
(file)
--- a/
.babelrc
+++ b/
.babelrc
@@
-2,6
+2,9
@@
"presets": ["react"],
"env": {
"production": {
+ "plugins": [
+ "transform-object-rest-spread"
+ ]
},
"development": {
"plugins": [