-
-
Notifications
You must be signed in to change notification settings - Fork 45
Remove react-scripts #937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Remove react-scripts #937
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
6421f57
Drop react-scripts
Dreamsorcerer b8f13cd
Update package.json
Dreamsorcerer f413a2f
Update package.json
Dreamsorcerer c89aed4
Rename admin-js/public/index.html to admin-js/index.html
Dreamsorcerer 8d165af
Create vite.config.js
Dreamsorcerer b8ebc19
Update vite.config.js
Dreamsorcerer 6657869
Rename index.js to index.jsx
Dreamsorcerer 5fdb31d
Rename App.js to App.jsx
Dreamsorcerer e906d32
Update vite.config.js
Dreamsorcerer ccba67e
Update App.jsx
Dreamsorcerer e316bd5
Update vite.config.js
Dreamsorcerer 5521f96
Update package.json
Dreamsorcerer 8d55178
Update vite.config.js
Dreamsorcerer e1fc091
Update vite.config.js
Dreamsorcerer 54b0d86
Update ci.yml
Dreamsorcerer 72355cf
Update package.json
Dreamsorcerer e7c9b49
Update package.json
Dreamsorcerer 04796f9
Delete admin-js/babel.config.js
Dreamsorcerer 8a2994b
Create babel.config.js
Dreamsorcerer 265b3cd
Update package.json
Dreamsorcerer 8742aef
Update ci.yml
Dreamsorcerer 6c45f1f
Update package.json
Dreamsorcerer bd90f36
Update ci.yml
Dreamsorcerer bb2d89a
Update ci.yml
Dreamsorcerer 3812a3e
Rename index.jsx to admin.jsx
Dreamsorcerer e629ad0
Update vite.config.js
Dreamsorcerer 33070cf
Update package.json
Dreamsorcerer bc3779e
Update package.json
Dreamsorcerer 584fdc4
Delete admin-js/index.html
Dreamsorcerer 925e41d
Update package.json
Dreamsorcerer ae2e378
Update vite.config.js
Dreamsorcerer 019bef6
Update vite.config.js
Dreamsorcerer 17db0fd
Update package.json
Dreamsorcerer e217bcf
Update ci.yml
Dreamsorcerer 372a0df
Update ci.yml
Dreamsorcerer a37eaf2
Update ci.yml
Dreamsorcerer d043708
Update ci.yml
Dreamsorcerer 8394ecd
Update ci.yml
Dreamsorcerer 18a182b
Update package.json
Dreamsorcerer 2eded32
Update package.json
Dreamsorcerer f535abe
Update ci.yml
Dreamsorcerer d81b05c
Update ci.yml
Dreamsorcerer b6c1119
Update .github/workflows/ci.yml
Dreamsorcerer 6f32484
Update ci.yml
Dreamsorcerer 4b29a7f
Merge branch 'master' into Dreamsorcerer-patch-3
Dreamsorcerer 59ed32f
Merge branch 'master' into Dreamsorcerer-patch-3
Dreamsorcerer dcc05af
Update .github/workflows/ci.yml
Dreamsorcerer 9c299c1
Update ci.yml
Dreamsorcerer 65b2b17
Merge branch 'master' into Dreamsorcerer-patch-3
Dreamsorcerer ebce8ac
Update .github/workflows/ci.yml
Dreamsorcerer 7847b97
Apply suggestions from code review
Dreamsorcerer fdbb207
Update ci.yml
Dreamsorcerer 2b6de44
Update .github/workflows/ci.yml
Dreamsorcerer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { defineConfig } from "vite"; | ||
|
||
export default defineConfig({ | ||
build: { | ||
minify: "terser", | ||
outDir: "../aiohttp_admin/static/", | ||
rollupOptions: { | ||
input: "src/admin.jsx", | ||
output: { | ||
entryFileNames: "[name].js" | ||
} | ||
}, | ||
sourcemap: true, | ||
}, | ||
}) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.