UNPKG
google-address-autocomplete
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.1
1.0.3
1.0.2
1.0.0
This is a package that gives an input address autocomplete by using Google's lookup.
google-address-autocomplete
/
rollup.config.js
7 lines
(4 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
config
from
'./scripts/config'
;
const
moduleConfig =
config
();
const
browserConfig =
config
(
false
);
export
default
[moduleConfig, browserConfig];