UNPKG
@danielmichel305/webtranslate
Version:
latest (1.0.5-a-dev)
1.0.5-a-dev
1.0.5-a
1.0.4
1.0.4-hotfix-2
1.0.4-hotfix-1
1.0.4-c
1.0.4-b
1.0.4-a-stable2-fix2
1.0.4-a-stable2-fix1-rebuild
1.0.4-a-stable2-fix1
1.0.4-a-stable2-fix
1.0.4-a-stable2
1.0.4-a-stable1
1.0.3-c
1.0.3-b-fix4
1.0.3-b-fix2
1.0.3-b-fix1
1.0.3-b-fix
1.0.3-a-fix2
1.0.3-a-fix1
1.0.3-a-fix
1.0.3-a
1.0.2-cd
1.0.2-cb
1.0.2-ca
1.0.2-c
1.0.2-b
1.0.2-a
1.0.1
1.0.0
Wrapper Function For the WebTranslate Api built by me.
@danielmichel305/webtranslate
/
webpack.config.js
15 lines
(10 loc)
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const
path
=
require
(
'path'
);
module
.exports = { mode:
'production'
, entry:
path
.resolve(__dirname,
'src/index.js'
),
output
: {
path
:
path
.resolve(__dirname,
'dist'
), filename:
'bundle.js'
, libraryTarget:
'umd'
} }