var json = require("json5!./file.json5");
// => returns file.json5 content as json parsed objectDon't forget to polyfill require if you want to use it in node.
See webpack documentation.
var json = require("json5!./file.json5");
// => returns file.json5 content as json parsed objectDon't forget to polyfill require if you want to use it in node.
See webpack documentation.