UNPKG
geojson3d
Version:
latest (0.8.0)
0.8.0
Renders GeoJsons using Three.js
github.com/shriphani/geojson3d
shriphani/geojson3d
geojson3d
/
webpack.config.js
17 lines
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports
=
{
output:
{
library:
'geojson3d'
,
libraryTarget:
'umd'
,
path:
__dirname
,
filename:
'bundle.js'
},
entry:
{
library:
'./index.js'
},
devServer:
{
contentBase:
__dirname
,
compress:
true
,
port:
8000
},
watch:
true
}