Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DuibaGameTemplate
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
钱根
DuibaGameTemplate
Commits
44fccc01
Commit
44fccc01
authored
Jun 07, 2022
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
写错代码了
parent
e5e3e39f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
rollup.dev.mjs
rollup.dev.mjs
+2
-2
tsconfig.json
tsconfig.json
+1
-1
No files found.
rollup.dev.mjs
View file @
44fccc01
...
...
@@ -38,12 +38,12 @@ const options = {
file
:
"debug/output.js"
,
format
:
"umd"
,
name
:
"output"
,
sourcemap
:
tru
e
,
sourcemap
:
fals
e
,
},
{
file
:
'debug/output.module.js'
,
format
:
'esm'
,
sourcemap
:
tru
e
,
sourcemap
:
fals
e
,
}
],
onwarn
(
warning
)
{
...
...
tsconfig.json
View file @
44fccc01
...
...
@@ -4,7 +4,7 @@
"module"
:
"ESNext"
,
"target"
:
"ESNext"
,
"noImplicitAny"
:
false
,
"sourceMap"
:
tru
e
,
"sourceMap"
:
fals
e
,
"allowJs"
:
true
,
"noUnusedLocals"
:
false
,
"moduleResolution"
:
"Node"
,
...
...
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