Skip to content

Instantly share code, notes, and snippets.

@akameco
Last active August 22, 2017 00:16
Show Gist options
  • Select an option

  • Save akameco/ce41a11a9c67c46c95df498f1428080d to your computer and use it in GitHub Desktop.

Select an option

Save akameco/ce41a11a9c67c46c95df498f1428080d to your computer and use it in GitHub Desktop.
yaml-flat-loader
hello:
world:
webpack
import hello from './hello.yml'
console.log(hello)
// => { 'hello.world': 'webpack' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment