Created
January 24, 2018 21:33
-
-
Save onigoetz/1bce8f3e44c73b6ba9bd00f26832a736 to your computer and use it in GitHub Desktop.
Crafty Medium examples
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
module.exports = { | |
presets: [ | |
"@swissquote/crafty-preset-babel", | |
"@swissquote/crafty-runner-webpack" | |
], | |
js: { | |
app: { | |
runner: "webpack", | |
source: "js/index.js" | |
} | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment