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

feat: transpile and build with babel and webpack #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mykeels
Copy link

@mykeels mykeels commented Feb 9, 2018

I have added webpack and babel as dev dependencies, for transpiling the output to ES5, and set the "main" property in package.json to use the transpiled dist file.

The dist directory is ignored by version control, but send to NPM during a publish.

New commands are:

npm run build

and

npm run watch

@mykeels mykeels mentioned this pull request Feb 9, 2018
@mykeels
Copy link
Author

mykeels commented Feb 9, 2018

Fixes #32

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.

1 participant