We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Configure make build to run REPL yarn build (in js/repl) and make watch to run yarn start.
make build
yarn build
js/repl
make watch
yarn start
The result of yarn build should be synced to _site/repl. The contents of js/repl should not however.
_site/repl
This is a follow-up item for PR #1297
The text was updated successfully, but these errors were encountered:
Working on this!
Sorry, something went wrong.
https://babeljs.io/repl2/
Same as before, make serve to run it locally. It'll run both Webpack and Jekyll concurrently, and Webpack hot reloading is enabled 👍
make serve
Daniel15
No branches or pull requests
Configure
make build
to run REPLyarn build
(injs/repl
) andmake watch
to runyarn start
.The result of
yarn build
should be synced to_site/repl
. The contents ofjs/repl
should not however.This is a follow-up item for PR #1297
The text was updated successfully, but these errors were encountered: