Skip to content

Instantly share code, notes, and snippets.

@onigoetz
Created January 24, 2018 21:33
Show Gist options
  • Save onigoetz/1bce8f3e44c73b6ba9bd00f26832a736 to your computer and use it in GitHub Desktop.
Save onigoetz/1bce8f3e44c73b6ba9bd00f26832a736 to your computer and use it in GitHub Desktop.
Crafty Medium examples
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