Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(options): initializes M opt to empty object (#673)
So because the test for the `M` opt is really the output of `yarn build:test` I didn't catch a bug I introduced in my last iteration of refactoring. In `options`, `M` is `undefined` so passing `M` opts doesn't work because it'll try `options.M['...']` and `options.M` is undefined. `options` should start out with the default `M`. Apologies for the bug!
- Loading branch information