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
ef63c64f
Commit
ef63c64f
authored
Jun 01, 2022
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
a8e20c38
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.html
index.html
+1
-1
rollup.dev.mjs
rollup.dev.mjs
+2
-2
rollup.prod.mjs
rollup.prod.mjs
+2
-2
No files found.
index.html
View file @
ef63c64f
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
return
app
;
return
app
;
}
}
document
.
oncontextmenu
=
()
=>
false
;
//
document.oncontextmenu = () => false;
</script>
</script>
<script>
<script>
...
...
rollup.dev.mjs
View file @
ef63c64f
...
@@ -60,8 +60,8 @@ const options = {
...
@@ -60,8 +60,8 @@ const options = {
}
}
}),
}),
typescript
({
tsconfig
:
"./tsconfig.json"
}),
typescript
({
tsconfig
:
"./tsconfig.json"
}),
resolve
(),
resolve
(
{
jsnext
:
true
,
preferBuiltins
:
true
,
browser
:
true
}
),
commonjs
(),
commonjs
(
{
browser
:
true
}
),
json
(),
json
(),
glslLoader
({
glslLoader
({
glslify
:
true
,
glslify
:
true
,
...
...
rollup.prod.mjs
View file @
ef63c64f
...
@@ -40,9 +40,9 @@ export default {
...
@@ -40,9 +40,9 @@ export default {
__buildDate__
:
JSON
.
stringify
(
new
Date
()),
__buildDate__
:
JSON
.
stringify
(
new
Date
()),
}
}
}),
}),
resolve
(),
resolve
({
jsnext
:
true
,
preferBuiltins
:
true
,
browser
:
true
}),
commonjs
({
browser
:
true
}),
typescript
({
sourceMap
:
true
,
watch
:
false
,
}),
typescript
({
sourceMap
:
true
,
watch
:
false
,
}),
commonjs
(),
json
(),
json
(),
glslLoader
({
glslLoader
({
glslify
:
true
,
glslify
:
true
,
...
...
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