Skip to content

Instantly share code, notes, and snippets.

@harada-shota
Last active November 30, 2021 08:40
Show Gist options
  • Save harada-shota/26f91bb0b18371848812a1d8c1d3769b to your computer and use it in GitHub Desktop.
Save harada-shota/26f91bb0b18371848812a1d8c1d3769b to your computer and use it in GitHub Desktop.
// webpack.config.ts
...
module: {
rules: [
{
test: /\.ya?ml$/,
type: "json",
use: "yaml-loader",
},
],
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment