-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite: add webpack mdx #689
Conversation
- `node_modules/.bin/webpack` to build dist - `yarn start` to run on localhost
a74e9bc
to
8f6aac4
Compare
Ignore es dist and lib. Only src should be in source |
And they’re all git ignored correctly already. I’m not sure how they could get added in a branch? |
Ah @kale-stew looks like task/rewrite branch is missing master's https://github.com/FormidableLabs/spectacle/blob/master/.gitignore Suggest we get that going in there sooner than later ;) |
@ryan-roemer they're in the master |
My bad 🙂 Thank you for adding those |
Thanks for ignore file @VirtualDOMinic ! i think the |
@ryan-roemer are you okay with us merging this in its current state? 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 nice work!
First attempt at adding MDX support to rewrite.
Should we add
es/
anddist/
to.gitignore
?