-
Notifications
You must be signed in to change notification settings - Fork 985
Open
Description
@TheLarkInn thanks a lot for the course. It was very useful and your teaching style is amazing. Congratulations.
One question, for some reason in my webpack config file below code didn't work. presets returned undefined
module.exports = ({ mode, presets } = { mode: "production", presets: [] }) => {
but this one did:
module.exports = ({ mode = 'production', presets = [] }) => {
Any ideas?
Thanks
Metadata
Metadata
Assignees
Labels
No labels