Last active
August 22, 2017 00:16
-
-
Save akameco/ce41a11a9c67c46c95df498f1428080d to your computer and use it in GitHub Desktop.
yaml-flat-loader
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
hello: | |
world: | |
webpack |
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 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