UNPKG

json-tree-viewer

Version:

json formatter/viewer/pretty-printer (with jsonTree javascript-library)

10 lines (9 loc) 203 B
const path = require('path'); module.exports = { entry: './libs/jsonTree/jsonTree.js', output: { libraryTarget: "umd", path: path.resolve(__dirname, 'dist'), filename: 'index.js', } };