Browse Source

init

tags/1.0.0
Caven 5 years ago
parent
commit
2f8e2453fc
5 changed files with 5 additions and 6 deletions
  1. 1
    1
      .eslintignore
  2. 1
    1
      src/core/DC.Loader.js
  3. 1
    2
      src/namespace.js
  4. 1
    1
      src/thirdpart/index.js
  5. 1
    1
      webpack.config.js

+ 1
- 1
.eslintignore View File

/lib/
/libs/
/web/ /web/
/pack/ /pack/



+ 1
- 1
src/core/DC.Loader.js View File

* @Author: Caven * @Author: Caven
* @Date: 2019-12-27 17:18:52 * @Date: 2019-12-27 17:18:52
* @Last Modified by: Caven * @Last Modified by: Caven
* @Last Modified time: 2020-01-18 18:26:58
* @Last Modified time: 2020-01-18 19:06:43
*/ */


import './const' import './const'

+ 1
- 2
src/namespace.js View File

* @Author: Caven * @Author: Caven
* @Date: 2019-12-27 17:14:46 * @Date: 2019-12-27 17:14:46
* @Last Modified by: Caven * @Last Modified by: Caven
* @Last Modified time: 2020-01-15 13:06:23
* @Last Modified time: 2020-01-18 20:12:47
*/ */


let Cesium = window.DC.getNamespace().Cesium let Cesium = window.DC.getNamespace().Cesium

export default Cesium export default Cesium

+ 1
- 1
src/thirdpart/index.js View File

* @Author: Caven * @Author: Caven
* @Date: 2019-12-30 09:35:51 * @Date: 2019-12-30 09:35:51
* @Last Modified by: Caven * @Last Modified by: Caven
* @Last Modified time: 2020-01-18 18:19:58
* @Last Modified time: 2020-01-18 20:12:38
*/ */
import Cesium from '../namespace' import Cesium from '../namespace'



+ 1
- 1
webpack.config.js View File

* @Author: Caven * @Author: Caven
* @Date: 2020-01-18 18:22:23 * @Date: 2020-01-18 18:22:23
* @Last Modified by: Caven * @Last Modified by: Caven
* @Last Modified time: 2020-01-18 18:48:51
* @Last Modified time: 2020-01-18 19:10:53
*/ */


const path = require('path') const path = require('path')

Loading…
Cancel
Save