and in `babel.config.js` : ```//babel.config.js mo...
# help
a
and in
babel.config.js
:
Copy code
//babel.config.js
module.exports = {presets: ['@babel/preset-env']}
f
Hey @Aaron McCloud, let me get @Jay’s attention on this.
a
FYI, my setup:
Copy code
💚 Node:(v14.1.0)  npm:(6.14.4)  nvm:(0.38.0)
🐍 (3.6.3:2.7.15)
💎 ruby-2.7.1 - 2.7.1
BTW, I really love ServerlessStack and have used it 3 times now. Different projects since 2017. Thank you guys so much for putting it together! ❤️
f
That’s awesome to hear!
j
Hey Aaron, do you mind sharing a link to the chapter where you had this issue?
j
Ah I see, thanks!
We are going to be updating the guide to use SST soon. I’ll look at this section then.
a
Silly/Stupid Request: Whenever I go through SS I install SCSS and use that for the styles. It's a small change, but I know you added Stripe because everyone was doing it. I do SCSS every time, so that might be a change you could add.
Also, for the 'Extra credit' section with reset password/email/etc., you should use
FormLabel
(or another element) instead of
ControlLabel
or
HelpBlock
from react-bootstrap. The
Glyphicon
element should also be changed, or imported from someplace other than react bootstrap. I believe these are all Bootstrap 4 related changes. Others have noticed as well: https://mdoery.com/blog/2019/03/05/helpblock-replaced-by-formtext-bootstrap/
Just trying to be helpful!
j
Yeah no worries! That extra credit chapter might still be using the older Bootstrap.