Skip to content
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

Update to webpack4 and simplify build tooling #3100

Merged
merged 3 commits into from
May 19, 2018
Merged

Conversation

jquense
Copy link
Member

@jquense jquense commented Mar 30, 2018

slowly trimming it all down to nothing

* compiled common js files to ./lib.
*/
const buildLib = step('commonjs modules', libRoot, () =>
execa.shell(`npx babel ${srcRoot} --out-dir ${libRoot} --env-name "lib"`, {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why npx instead of just using a dev dep?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is a dev dep, but this saves me from having to do node_modules/.bin/node

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fair enough i guess

taion
taion previously approved these changes Mar 30, 2018
taion
taion previously approved these changes Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants