UNPKG
j-date
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Date class implementation in Jalali calendar
github.com/smbeiragh/j-date
smbeiragh/j-date
j-date
/
webpack.config.dist.js
15 lines
(11 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
var
config
=
require
(
'./webpack.config.js'
); var webpack =
require
(
'webpack'
);
config
.
output
.filename =
'./dist/j-date.js'
;
config
.plugins = [ new webpack.optimize.UglifyJsPlugin({ compress: { warnings:
false
} }) ];
module
.exports =
config
;