使用npm管理包

pull/295/MERGE
ChenX 5 years ago
parent bec0f68bb4
commit a78d4d13f8

@ -13,7 +13,8 @@ const vendors = [
"react-dom",
"stats.js",
"xaop",
"blueimp-md5"
"blueimp-md5",
"react-rnd2",
];
const config: webpack.Configuration = {

@ -79,7 +79,7 @@
"react": "^16.8.2",
"react-color": "^2.17.0",
"react-dom": "^16.8.2",
"react-rnd": "https://github.com/FishOrBear/ResizableAndDraggable",
"react-rnd2": "^1.0.1",
"stats.js": "^0.17.0",
"three": "^0.101.1",
"xaop": "^1.3.2"

@ -1,6 +1,6 @@
import React = require("react");
import { inject, observer } from "mobx-react";
import { Rnd } from "react-rnd";
import { Rnd } from "react-rnd2";
import { Box2, Vector2 } from "three";
import { app } from "../../../ApplicationServices/Application";
import { CommandStore } from "../../Store/CommandStore";

Loading…
Cancel
Save