ajones55555 / ajones55555/total-config-loader
Add ability to change the filepath with a field in the total.config.js
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
For example,
```
// total.config.js
module.exports = {
test: {
message: "Hello world!",
totalConfig: {
filename: "mytest"
}
}
}
```
should generate an output `test.config.js` with content:
```
module.exports = {
message: "Hello world!"
}
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.