UNPKG
@kvinc/mreact
Version:
latest (0.0.2)
0.0.2
0.0.1
martin's simple react
@kvinc/mreact
/
webpack.config.js
10 lines
(9 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
path
=
require
(
'path'
)
module
.exports = { mode:
'production'
, entry:
'./index.js'
,
output
: {
path
:
path
.resolve(__dirname,
'./lib'
), filename:
'[name].js'
, } }