|
7 năm trước cách đây | |
---|---|---|
.. | ||
README.md | 7 năm trước cách đây | |
index.js | 7 năm trước cách đây | |
package.json | 7 năm trước cách đây |
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.