Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fyge_for_tb
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王剑峰
fyge_for_tb
Commits
4b337ed4
Commit
4b337ed4
authored
Apr 19, 2022
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新,3D模型骨骼使用纹理贴图的形式传数据,提升骨骼数量上限
parent
80b6cd02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
webpack.config.js
webpack.config.js
+1
-1
No files found.
webpack.config.js
View file @
4b337ed4
...
@@ -2,7 +2,7 @@ var path = require('path');
...
@@ -2,7 +2,7 @@ var path = require('path');
var
webpack
=
require
(
'webpack'
)
var
webpack
=
require
(
'webpack'
)
module
.
exports
=
{
module
.
exports
=
{
mode
:
"
development
"
,
//'development',production
mode
:
"
production
"
,
//'development',production
entry
:
{
entry
:
{
"fyge.min"
:
"./src/index.ts"
,
"fyge.min"
:
"./src/index.ts"
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment