Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
init-things
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
init-things
Commits
8ccbb5e7
Commit
8ccbb5e7
authored
Jan 02, 2023
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tsx
parent
0bc044a9
Pipeline
#19132
passed with stages
in 3 minutes and 8 seconds
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
2 deletions
+10
-2
things/koishi-plugin-init/dev/extras.tsx
things/koishi-plugin-init/dev/extras.tsx
+0
-0
things/koishi-plugin-init/dev/index.tsx
things/koishi-plugin-init/dev/index.tsx
+0
-0
things/koishi-plugin-init/src/config.tsx
things/koishi-plugin-init/src/config.tsx
+0
-0
things/koishi-plugin-init/src/index.tsx
things/koishi-plugin-init/src/index.tsx
+0
-0
things/koishi-plugin-init/tsconfig.json
things/koishi-plugin-init/tsconfig.json
+8
-2
things/koishi-plugin-init/webpack.config.js
things/koishi-plugin-init/webpack.config.js
+2
-0
No files found.
things/koishi-plugin-init/dev/extras.ts
→
things/koishi-plugin-init/dev/extras.ts
x
View file @
8ccbb5e7
File moved
things/koishi-plugin-init/dev/index.ts
→
things/koishi-plugin-init/dev/index.ts
x
View file @
8ccbb5e7
File moved
things/koishi-plugin-init/src/config.ts
→
things/koishi-plugin-init/src/config.ts
x
View file @
8ccbb5e7
File moved
things/koishi-plugin-init/src/index.ts
→
things/koishi-plugin-init/src/index.ts
x
View file @
8ccbb5e7
File moved
things/koishi-plugin-init/tsconfig.json
View file @
8ccbb5e7
...
...
@@ -8,7 +8,9 @@
"experimentalDecorators"
:
true
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"skipLibCheck"
:
true
"skipLibCheck"
:
true
,
"jsx"
:
"react-jsx"
,
"jsxImportSource"
:
"@satorijs/element"
},
"compileOnSave"
:
true
,
"allowJs"
:
true
,
...
...
@@ -16,6 +18,10 @@
"*.ts"
,
"src/**/*.ts"
,
"tests/**/*.ts"
,
"dev/**/*.ts"
"dev/**/*.ts"
,
"*.tsx"
,
"src/**/*.tsx"
,
"tests/**/*.tsx"
,
"dev/**/*.tsx"
]
}
things/koishi-plugin-init/webpack.config.js
View file @
8ccbb5e7
...
...
@@ -41,6 +41,8 @@ module.exports = {
},
externals
:
{
koishi
:
'
koishi
'
,
'
@satorijs/element
'
:
'
@satorijs/element
'
,
'
@satorijs/element/jsx-runtime
'
:
'
@satorijs/element
'
,
...(
packAll
?
{}
:
externalsFromDep
()),
},
};
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