1.0.4 • Published 5 years ago
@front-end-club/toml-loader v1.0.4
能够生成 typescript
类型声明的 toml-loader
npm install @front-end-club/toml-loader
webpack
配置
{
test: /\.toml$/,
use: {
loader: '@front-end-club/toml-loader',
options: { typescript: true },
},
},
参数
参数 | 默认值 | 说明 |
---|---|---|
typescript | false | 是否生成 typescript 类型声明 |