app.js 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. "use strict";
  2. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_taro-ui_js.js");
  3. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-2Y2U3MWF_js.js");
  4. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-3EXGJ5BE_js.js");
  5. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_reduxjs_toolkit_js.js");
  6. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_i18next_js.js");
  7. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_react-redux_js.js");
  8. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-77KB62LY_js.js");
  9. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_react-i18next_js.js");
  10. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_plugin-framework-react_dist_runtime_js.js");
  11. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-6GAVBEBQ_js.js");
  12. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_i18next-browser-languagedetector_js.js");
  13. require("./prebundle/node_modules_taro_weapp_prebundle_tarojs_runtime_js.js");
  14. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_plugin-platform-weapp_dist_runtime_js.js");
  15. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-LNJCN3VW_js.js");
  16. require("./prebundle/remoteEntry.js");
  17. require("./prebundle/node_modules_taro_weapp_prebundle_react_jsx-runtime_js.js");
  18. require("./prebundle/node_modules_taro_weapp_prebundle_react_js.js");
  19. require("./prebundle/node_modules_taro_weapp_prebundle_react-dom_js.js");
  20. require("./prebundle/node_modules_taro_weapp_prebundle_tarojs_taro_js.js");
  21. require("./common");
  22. require("./vendors");
  23. require("./taro");
  24. require("./runtime");
  25. (wx["webpackJsonp"] = wx["webpackJsonp"] || []).push([["app"],{
  26. /***/ "./node_modules/babel-loader/lib/index.js??ruleSet[1].rules[5].use[0]!./src/app.tsx":
  27. /*!******************************************************************************************!*\
  28. !*** ./node_modules/babel-loader/lib/index.js??ruleSet[1].rules[5].use[0]!./src/app.tsx ***!
  29. \******************************************************************************************/
  30. /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
  31. /* harmony import */ var _context_locales_index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./context/locales/index */ "./src/context/locales/index.ts");
  32. /* harmony import */ var react_redux__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-redux */ "webpack/container/remote/react-redux");
  33. /* harmony import */ var react_redux__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_redux__WEBPACK_IMPORTED_MODULE_1__);
  34. /* harmony import */ var _store_store__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./store/store */ "./src/store/store.tsx");
  35. /* harmony import */ var taro_ui_dist_style_index_scss__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! taro-ui/dist/style/index.scss */ "./node_modules/taro-ui/dist/style/index.scss");
  36. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! react/jsx-runtime */ "webpack/container/remote/react/jsx-runtime");
  37. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__);
  38. var App = function App(_ref) {
  39. var children = _ref.children;
  40. return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(react_redux__WEBPACK_IMPORTED_MODULE_1__.Provider, {
  41. store: _store_store__WEBPACK_IMPORTED_MODULE_2__["default"],
  42. children: children
  43. });
  44. };
  45. // class App extends Component<PropsWithChildren> {
  46. // componentDidMount () {}
  47. // componentDidShow () {}
  48. // componentDidHide () {}
  49. // // this.props.children 是将要会渲染的页面
  50. // render () {
  51. // return this.props.children
  52. // }
  53. // }
  54. /* harmony default export */ __webpack_exports__["default"] = (App);
  55. /***/ }),
  56. /***/ "./src/app.tsx":
  57. /*!*********************!*\
  58. !*** ./src/app.tsx ***!
  59. \*********************/
  60. /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
  61. /* harmony import */ var _tarojs_plugin_platform_weapp_dist_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tarojs/plugin-platform-weapp/dist/runtime */ "webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime");
  62. /* harmony import */ var _tarojs_plugin_platform_weapp_dist_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_tarojs_plugin_platform_weapp_dist_runtime__WEBPACK_IMPORTED_MODULE_0__);
  63. /* harmony import */ var _tarojs_runtime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @tarojs/runtime */ "webpack/container/remote/@tarojs/runtime");
  64. /* harmony import */ var _tarojs_runtime__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tarojs_runtime__WEBPACK_IMPORTED_MODULE_1__);
  65. /* harmony import */ var _tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @tarojs/plugin-framework-react/dist/runtime */ "webpack/container/remote/@tarojs/plugin-framework-react/dist/runtime");
  66. /* harmony import */ var _tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_2__);
  67. /* harmony import */ var _tarojs_taro__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @tarojs/taro */ "webpack/container/remote/@tarojs/taro");
  68. /* harmony import */ var _tarojs_taro__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_tarojs_taro__WEBPACK_IMPORTED_MODULE_3__);
  69. /* harmony import */ var _node_modules_babel_loader_lib_index_js_ruleSet_1_rules_5_use_0_app_tsx__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../node_modules/babel-loader/lib/index.js??ruleSet[1].rules[5].use[0]!./app.tsx */ "./node_modules/babel-loader/lib/index.js??ruleSet[1].rules[5].use[0]!./src/app.tsx");
  70. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react */ "webpack/container/remote/react");
  71. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_5__);
  72. /* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react-dom */ "webpack/container/remote/react-dom");
  73. /* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(react_dom__WEBPACK_IMPORTED_MODULE_6__);
  74. var config = {"pages":["pages/index/index","pages/Second","pages/Login","pages/Auth","pages/ChooseAuth","pages/ChooseScenario","pages/SetSchedule"],"subPackages":[{"root":"moduleA","pages":["pages/third"]}],"tabBar":{"list":[{"pagePath":"pages/index/index","text":"首页"},{"pagePath":"pages/Second","text":"第二页"}]},"window":{"backgroundTextStyle":"light","navigationBarBackgroundColor":"#000000","navigationBarTitleText":"Weixin","navigationBarTextStyle":"white","backgroundColor":"#000000"},"darkmode":true};
  75. _tarojs_runtime__WEBPACK_IMPORTED_MODULE_1__.window.__taroAppConfig = config
  76. var inst = App((0,_tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_2__.createReactApp)(_node_modules_babel_loader_lib_index_js_ruleSet_1_rules_5_use_0_app_tsx__WEBPACK_IMPORTED_MODULE_4__["default"], react__WEBPACK_IMPORTED_MODULE_5__, (react_dom__WEBPACK_IMPORTED_MODULE_6___default()), config))
  77. ;(0,_tarojs_taro__WEBPACK_IMPORTED_MODULE_3__.initPxTransform)({
  78. designWidth: 750,
  79. deviceRatio: {"640":1.17,"750":1,"828":0.905},
  80. baseFontSize: 20,
  81. unitPrecision: undefined,
  82. targetUnit: undefined
  83. })
  84. /***/ }),
  85. /***/ "./src/context/locales/en.js":
  86. /*!***********************************!*\
  87. !*** ./src/context/locales/en.js ***!
  88. \***********************************/
  89. /***/ (function(__unused_webpack_module, __webpack_exports__) {
  90. /* harmony default export */ __webpack_exports__["default"] = ({
  91. languageList: {
  92. switch_language: 'Switch Language',
  93. zh: 'Chinese',
  94. en: 'English'
  95. },
  96. page: {
  97. choose_language: {
  98. title: '',
  99. sub_title: '',
  100. btn_confirm: ''
  101. },
  102. choose_auth: {
  103. app_name: '',
  104. btn_create_account: '',
  105. btn_login: '登录',
  106. btn_wechat: '微信登录'
  107. },
  108. auth: {
  109. agreement: 'I agree to the Terms of Service and Privacy Policy.'
  110. },
  111. choose_scenario: {
  112. title: 'Choose scenario',
  113. sub_title: 'A scenario clock will display on homepage',
  114. btn_next: 'Next',
  115. btn_more: 'Learn more',
  116. fast: 'Fast',
  117. sleep: 'Sleep',
  118. fast_sleep: 'Fast Sleep'
  119. },
  120. set_goal: {
  121. title: '',
  122. btn_done: ''
  123. }
  124. },
  125. feature: {
  126. auth: {
  127. create_account: {
  128. title: 'Create Account',
  129. sub_title: 'Enter username and email',
  130. input_username_placeholder: 'Username',
  131. input_email_placeholder: 'Email',
  132. footer_desc: 'Already have an account? ',
  133. footer_login: 'Log in',
  134. btn_next: 'Next'
  135. },
  136. login: {
  137. input_account_placeholder: 'Username or email',
  138. input_password_placeholder: 'Password',
  139. footer_desc: 'Don\'t have an account? ',
  140. footer_sign_up: 'Create account'
  141. },
  142. create_password: {
  143. title: 'Create password',
  144. sub_title: 'Enter password and confirm',
  145. input_password_placeholder: 'Password',
  146. input_password_confirm_placeholder: 'Confirm Password',
  147. btn_next: 'Next'
  148. }
  149. }
  150. }
  151. });
  152. /***/ }),
  153. /***/ "./src/context/locales/index.ts":
  154. /*!**************************************!*\
  155. !*** ./src/context/locales/index.ts ***!
  156. \**************************************/
  157. /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
  158. /* harmony import */ var _tarojs_taro__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tarojs/taro */ "webpack/container/remote/@tarojs/taro");
  159. /* harmony import */ var _tarojs_taro__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_tarojs_taro__WEBPACK_IMPORTED_MODULE_0__);
  160. /* harmony import */ var i18next_browser_languagedetector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! i18next-browser-languagedetector */ "webpack/container/remote/i18next-browser-languagedetector");
  161. /* harmony import */ var i18next_browser_languagedetector__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(i18next_browser_languagedetector__WEBPACK_IMPORTED_MODULE_1__);
  162. /* harmony import */ var i18next__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! i18next */ "webpack/container/remote/i18next");
  163. /* harmony import */ var i18next__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(i18next__WEBPACK_IMPORTED_MODULE_2__);
  164. /* harmony import */ var _zh__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./zh */ "./src/context/locales/zh.js");
  165. /* harmony import */ var _en__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./en */ "./src/context/locales/en.js");
  166. /* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react-i18next */ "webpack/container/remote/react-i18next");
  167. /* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react_i18next__WEBPACK_IMPORTED_MODULE_5__);
  168. _tarojs_taro__WEBPACK_IMPORTED_MODULE_0___default().getStorage({
  169. key: 'language'
  170. }).then(function (res) {
  171. // initLocale(res.data)
  172. initLocale('zh');
  173. }).catch(function (err) {
  174. initLocale('zh');
  175. });
  176. function initLocale(strLocale) {
  177. i18next__WEBPACK_IMPORTED_MODULE_2___default().use((i18next_browser_languagedetector__WEBPACK_IMPORTED_MODULE_1___default())) //嗅探当前浏览器语言
  178. .use(react_i18next__WEBPACK_IMPORTED_MODULE_5__.initReactI18next) //init i18next
  179. .init({
  180. //引入资源文件
  181. resources: {
  182. en: {
  183. translation: _en__WEBPACK_IMPORTED_MODULE_4__["default"]
  184. },
  185. zh: {
  186. translation: _zh__WEBPACK_IMPORTED_MODULE_3__["default"]
  187. }
  188. },
  189. //选择默认语言,选择内容为上述配置中的key,即en/zh
  190. lng: strLocale,
  191. //Taro.getStorageSync('language') ? Taro.getStorageSync('language') : 'en',
  192. debug: false,
  193. interpolation: {
  194. escapeValue: false // not needed for react as it escapes by default
  195. }
  196. });
  197. }
  198. /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((i18next__WEBPACK_IMPORTED_MODULE_2___default()));
  199. /***/ }),
  200. /***/ "./src/context/locales/zh.js":
  201. /*!***********************************!*\
  202. !*** ./src/context/locales/zh.js ***!
  203. \***********************************/
  204. /***/ (function(__unused_webpack_module, __webpack_exports__) {
  205. /* harmony default export */ __webpack_exports__["default"] = ({
  206. languageList: {
  207. switch_language: '切换语言',
  208. zh: '中文',
  209. en: '英文'
  210. },
  211. page: {
  212. choose_language: {
  213. title: '',
  214. sub_title: '',
  215. btn_confirm: ''
  216. },
  217. choose_auth: {
  218. app_name: '',
  219. btn_create_account: '',
  220. btn_login: '登录',
  221. btn_wechat: '微信登录'
  222. },
  223. auth: {
  224. agreement: '已阅读并同意《用户协议》和《隐私政策》'
  225. },
  226. choose_scenario: {
  227. title: '选择场景',
  228. sub_title: '场景时钟将在首页展示',
  229. btn_next: '下一步',
  230. btn_more: '了解更多',
  231. fast: '断食',
  232. sleep: '睡眠',
  233. fast_sleep: '断食睡眠'
  234. }
  235. },
  236. feature: {
  237. auth: {
  238. create_account: {
  239. title: '注册账号',
  240. sub_title: '创建用户名',
  241. input_username_placeholder: '用户名',
  242. input_email_placeholder: '邮箱',
  243. footer_desc: '已有账号?',
  244. footer_login: '去登录',
  245. btn_next: '下一步'
  246. },
  247. login: {
  248. input_account_placeholder: '用户名或邮箱',
  249. input_password_placeholder: '密码',
  250. footer_desc: '还没有账号?',
  251. footer_sign_up: '去注册'
  252. },
  253. create_password: {
  254. title: '创建密码',
  255. sub_title: '输入并确认密码',
  256. input_password_placeholder: '密码',
  257. input_password_confirm_placeholder: '确认密码',
  258. btn_next: '下一步'
  259. }
  260. }
  261. }
  262. });
  263. /***/ }),
  264. /***/ "./src/store/demo.tsx":
  265. /*!****************************!*\
  266. !*** ./src/store/demo.tsx ***!
  267. \****************************/
  268. /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
  269. /* unused harmony exports increment, decrement, incrementByAmount, apple */
  270. /* harmony import */ var _Users_Work_taro_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js */ "./node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js");
  271. /* harmony import */ var _Users_Work_taro_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ "./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js");
  272. /* harmony import */ var _reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @reduxjs/toolkit */ "webpack/container/remote/@reduxjs/toolkit");
  273. /* harmony import */ var _reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_0__);
  274. var initialState = {
  275. value: 0
  276. };
  277. var counterSlice = (0,_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_0__.createSlice)({
  278. name: 'counter',
  279. initialState: initialState,
  280. reducers: {
  281. increment: function increment(state) {
  282. state.value += 1;
  283. },
  284. decrement: function decrement(state) {
  285. state.value -= 1;
  286. },
  287. incrementByAmount: function incrementByAmount(state, action) {
  288. state.value += action.payload;
  289. }
  290. }
  291. });
  292. var _counterSlice$actions = counterSlice.actions,
  293. increment = _counterSlice$actions.increment,
  294. decrement = _counterSlice$actions.decrement,
  295. incrementByAmount = _counterSlice$actions.incrementByAmount;
  296. var apple = (0,_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_0__.createAsyncThunk)('user/wxLogin', /*#__PURE__*/function () {
  297. var _ref2 = (0,_Users_Work_taro_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1__["default"])( /*#__PURE__*/(0,_Users_Work_taro_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_2__["default"])().mark(function _callee(payload, _ref) {
  298. var dispatch;
  299. return (0,_Users_Work_taro_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_2__["default"])().wrap(function _callee$(_context) {
  300. while (1) switch (_context.prev = _context.next) {
  301. case 0:
  302. dispatch = _ref.dispatch;
  303. dispatch(increment());
  304. // console.log(payload.code)
  305. // request({
  306. // url: API_LOGIN, method: 'POST', data: { 'code':payload.code,type:'WX_MP',app_version:'1',client_version:'1',client_type:'WXP_MP' }
  307. // }).then(res => {
  308. // console.log(res);
  309. // dispatch(loginSuccess(res));
  310. // })
  311. case 2:
  312. case "end":
  313. return _context.stop();
  314. }
  315. }, _callee);
  316. }));
  317. return function (_x, _x2) {
  318. return _ref2.apply(this, arguments);
  319. };
  320. }());
  321. /* harmony default export */ __webpack_exports__["default"] = (counterSlice.reducer);
  322. /***/ }),
  323. /***/ "./src/store/store.tsx":
  324. /*!*****************************!*\
  325. !*** ./src/store/store.tsx ***!
  326. \*****************************/
  327. /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
  328. /* harmony import */ var _reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @reduxjs/toolkit */ "webpack/container/remote/@reduxjs/toolkit");
  329. /* harmony import */ var _reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_0__);
  330. /* harmony import */ var _user__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./user */ "./src/store/user.tsx");
  331. /* harmony import */ var _demo__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./demo */ "./src/store/demo.tsx");
  332. var store = (0,_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_0__.configureStore)({
  333. reducer: {
  334. // 添加你的 reducer
  335. user: _user__WEBPACK_IMPORTED_MODULE_1__["default"],
  336. counter: _demo__WEBPACK_IMPORTED_MODULE_2__["default"]
  337. }
  338. });
  339. /* harmony default export */ __webpack_exports__["default"] = (store);
  340. /***/ }),
  341. /***/ "./node_modules/taro-ui/dist/style/index.scss":
  342. /*!****************************************************!*\
  343. !*** ./node_modules/taro-ui/dist/style/index.scss ***!
  344. \****************************************************/
  345. /***/ (function() {
  346. // extracted by mini-css-extract-plugin
  347. /***/ })
  348. },
  349. /******/ function(__webpack_require__) { // webpackRuntimeModules
  350. /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
  351. /******/ __webpack_require__.O(0, ["vendors","common"], function() { return __webpack_exec__("./src/app.tsx"); });
  352. /******/ var __webpack_exports__ = __webpack_require__.O();
  353. /******/ }
  354. ]);;;
  355. //# sourceMappingURL=app.js.map