|
hace 7 años | |
---|---|---|
.. | ||
README.md | hace 7 años | |
index.js | hace 7 años | |
package.json | hace 7 años |
npm install json-loader
var json = require("json!./file.json");
// => returns file.json content as json parsed object
Don't forget to polyfill require
if you want to use it in node.
See webpack
documentation.