瀏覽代碼

fix(aot): JS error (#3118)

The following import chain is braking the bundle
AOT->base/toolbox->base/styles->base/react->base/i18n
master
Hristo Terezov 7 年之前
父節點
當前提交
d70ca48728
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      react/features/base/styles/functions.js

+ 1
- 2
react/features/base/styles/functions.js 查看文件

@@ -1,6 +1,5 @@
1 1
 /* @flow */
2
-
3
-import { Platform } from '../react';
2
+import Platform from '../react/Platform';
4 3
 
5 4
 import { ColorPalette } from './components';
6 5
 

Loading…
取消
儲存