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
TOML loader for webpack
TOML loader module for webpack
npm install toml-loader
var toml = require("toml!./config.toml");
// => returns config.toml content as json parsed object