UNPKG
med_ch
Version:
latest (1.0.0)
1.0.0
Script #1
github.com/Pavel505/med_ch
Pavel505/med_ch
med_ch
/
webpack.config.js
10 lines
(9 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
path
=
require
(
'path'
);
module
.exports = { entry:
'./index.js'
,
output
: { filename:
'bundle.js'
,
path
:
path
.resolve(__dirname,
'dist'
) }, mode:
'production'
};