UNPKG
json-formatter-js
Version:
latest (2.5.23)
2.5.23
2.5.22
2.5.21
2.5.20
2.5.19
2.5.18
2.5.17
2.5.16
2.5.15
2.5.14
2.5.13
2.5.12
2.5.11
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.1
2.5.0
2.3.4
2.3.3
2.3.2
2.2.1
2.2.0
2.0.0
1.3.0
1.2.0
1.1.0
1.0.0
0.3.0
0.2.0
0.1.1
JSON Formatter core library
github.com/mohsen1/json-formatter-js
mohsen1/json-formatter-js
json-formatter-js
/
demo
/
webpack.config.js
12 lines
(10 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
var
path
=
require
(
"path"
);
module
.exports = { devtool:
"sourcemap"
, context: __dirname, entry:
"./index.js"
,
output
: {
path
:
path
.join(__dirname,
"../dist/demo"
), filename:
"index.js"
, }, };