FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
google-map-react/webpack.config.base.js at master · jmsdevx/google-map-react · GitHub
jmsdevx
/
google-map-react
Public
forked from
google-map-react/google-map-react
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
google-map-react
/
webpack.config.base.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (25 loc) · 496 Bytes
Breadcrumbs
google-map-react
/
webpack.config.base.js
Copy path
File metadata and controls
27 lines (25 loc) · 496 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
const
reactExternal
=
{
root
:
'React'
,
commonjs2
:
'react'
,
commonjs
:
'react'
,
amd
:
'react'
,
}
;
const
reactDomExternal
=
{
root
:
'ReactDOM'
,
commonjs2
:
'react-dom'
,
commonjs
:
'react-dom'
,
amd
:
'react-dom'
,
}
;
module
.
exports
=
{
output
:
{
library
:
'GoogleMapReact'
,
libraryTarget
:
'umd'
,
}
,
externals
:
{
react
:
reactExternal
,
'react-dom'
:
reactDomExternal
,
}
,
module
:
{
loaders
:
[
{
test
:
/
\.
j
s
$
/
,
exclude
:
/
n
o
d
e
_
m
o
d
u
l
e
s
/
,
loader
:
'babel'
}
]
,
}
,
}
;
Back
|
FazBrowse Home
|
New Git URL