Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
student-tournament-hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Schneider Stefan
student-tournament-hub
Commits
1968f920
Commit
1968f920
authored
1 year ago
by
Bauer Lucca
Browse files
Options
Downloads
Patches
Plain Diff
vite configs
parent
2910849a
No related branches found
No related tags found
1 merge request
!7
Dev in Main Merge
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sth-frontend/postcss.config.js
+6
-0
6 additions, 0 deletions
sth-frontend/postcss.config.js
sth-frontend/vite.config.js
+11
-0
11 additions, 0 deletions
sth-frontend/vite.config.js
with
17 additions
and
0 deletions
sth-frontend/postcss.config.js
0 → 100644
+
6
−
0
View file @
1968f920
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{},
autoprefixer
:
{},
},
}
This diff is collapsed.
Click to expand it.
sth-frontend/vite.config.js
0 → 100644
+
11
−
0
View file @
1968f920
import
{
defineConfig
}
from
'
vite
'
;
import
react
from
'
@vitejs/plugin-react
'
;
export
default
defineConfig
(()
=>
{
return
{
build
:
{
outDir
:
'
build
'
,
},
plugins
:
[
react
()],
};
});
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment