Last active
November 6, 2017 06:00
-
-
Save pawelgalazka/e97d2eaf08fa684bfeddd13ce2c920c2 to your computer and use it in GitHub Desktop.
Example of runfile.js (for medium article)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { help } from 'runjs' | |
export function build () { | |
} | |
help(build, 'Generates JS bundle') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment