UNPKG
@codemaster138/authy-client
Version:
latest (1.0.2)
1.0.2
1.0.0
Client for the authy API
github.com/codemaster138/authy-client
codemaster138/authy-client
@codemaster138/authy-client
/
webpack.prod.js
10 lines
(9 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
common
=
require
(
'./webpack.common'
);
const
{ merge } =
require
(
'webpack-merge'
);
const
path
=
require
(
'path'
); module.exports =
merge
(common, {
mode
:
'production'
,
output
: {
path
: path.
resolve
(__dirname,
'dist'
) } })