UNPKG
@carto/airship-bridge
Version:
latest (2.4.1)
prerelease (2.4.1-rc.0)
2.4.1
2.4.1-rc.0
2.4.0
2.4.0-rc.0
2.3.4
2.3.3
2.3.2
2.3.2-rc.2
2.3.2-rc.1
2.3.2-rc.0
2.3.1
2.3.1-rc.2
2.3.1-rc.1
2.3.1-rc.0
2.2.1
2.2.0
2.2.0-rc.2.2
2.2.0-rc.2.1
2.2.0-rc.2
2.2.0-rc.1
2.2.0-rc.0
2.2.0-2.2.0-rc.3.0
2.1.1
2.1.0
2.1.0-rc.2
2.1.0-rc.1
2.1.0-rc.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.0
2.0.0-rc.3
2.0.0-rc.2
Airship bridge to other libs (CARTO VL, CARTO.js)
@carto/airship-bridge
/
webpack.prod.js
8 lines
(5 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
path
=
require
(
'path'
); const
config
=
require
(
'./webpack.config.js'
);
config
.mode =
'production'
;
config
.
output
.filename =
'asbridge.min.js'
;
module
.exports =
config
;