UNPKG
generator-ionic-suc
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
0.0.1
ionic1 with webpack
github.com/ylzc/generator-ionic-suc
ylzc/generator-ionic-suc
generator-ionic-suc
/
generators
/
app
/
templates
/
src
/
config
/
index.js
11 lines
(8 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
olMapDefault
from
"./map"
;
const
$$appConfig = {
olMapDefault
: olMapDefault }
window
.
$$appConfig
= $$appConfig;
export
{ olMapDefault }