Skip to content

Commit

Permalink
Merge pull request #7 from kerwanp/webpack
Browse files Browse the repository at this point in the history
Fix import file path
  • Loading branch information
cubism-dev authored Sep 27, 2018
2 parents 2873882 + 2114c45 commit 0c39eb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea/

node_modules/

/Core/*
Expand Down
2 changes: 1 addition & 1 deletion Sample/TypeScript/Demo/src/lappmodel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 0c39eb6

Please sign in to comment.