Merge pull request #7 from kerwanp/webpack

Fix import file path
translate
cubism-dev 2018-09-27 11:16:32 +09:00 committed by GitHub
commit 0c39eb6a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.idea/
node_modules/
/Core/*

View File

@ -6,7 +6,7 @@
*/
import {Live2DCubismFramework as live2dcubismframework} from "../../../../Framework/live2dcubismframework";
import {Live2DCubismFramework as cubismid} from "../../../../Framework/id/CubismId";
import {Live2DCubismFramework as cubismid} from "../../../../Framework/id/cubismid";
import {Live2DCubismFramework as cubismusermodel} from "../../../../Framework/model/cubismusermodel";
import {Live2DCubismFramework as icubismmodelsetting} from "../../../../Framework/icubismmodelsetting";
import {Live2DCubismFramework as cubismmodelsettingjson} from "../../../../Framework/cubismmodelsettingjson";