lajoiemedia / toml-loader

TOML loader module for webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toml-loader

TOML loader module for webpack

Install

npm install toml-loader

Usage

var toml = require("toml!./config.toml");
// => returns config.toml content as json parsed object

About

TOML loader module for webpack

License:MIT License


Languages

Language:JavaScript 100.0%