We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67086e0 commit 4c8ad4dCopy full SHA for 4c8ad4d
src/entrytran/handleEntry.ts
@@ -17,19 +17,19 @@ import {geneOrder} from '../util/util'
17
import configure from '../configure'
18
19
20
-const appJSON: any = {
21
- pages: [
22
- ],
23
-
24
- window: {
25
- "backgroundTextStyle":"light",
26
- 'backgroundColor': '#E9E9E9',
27
- 'enablePullDownRefresh': false,
28
- },
29
-}
30
31
export default function (ast, filepath, webpackContext) {
32
+ const appJSON: any = {
+ pages: [
+ ],
+
+ window: {
+ "backgroundTextStyle":"light",
+ 'backgroundColor': '#E9E9E9',
+ 'enablePullDownRefresh': false,
+ },
+ }
33
const historyMap = {}
34
const pageCompPaths = []
35
0 commit comments