Skip to content
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

[VO-1227] chore: Migrate to Rsbuild #55

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5e4f22f
refactor: Move targets to src root
cballevre Nov 26, 2024
56896ac
refactor: Move manifest.webapp at root
cballevre Nov 27, 2024
02881c8
refactor: Use only deep import for cozy-ui
cballevre Nov 28, 2024
41e2c03
feat: Add Rsbuild dependencies
cballevre Nov 26, 2024
519fed8
feat: Add Rsbuild config
cballevre Nov 26, 2024
9e72e7d
feat: Add Rsbuild scripts
cballevre Nov 26, 2024
3c9762e
feat: Add alias to tsconfig
cballevre Nov 26, 2024
e8335ca
feat: Move static assets into the public folder
cballevre Nov 27, 2024
e43028a
feat: Migrate index.ejs from targets
cballevre Nov 27, 2024
0905a1d
feat: Use import with extension for styles
cballevre Nov 28, 2024
4a268f0
feat: Remove __APP_SLUG__ to use cozy-photos slug directly
cballevre Nov 28, 2024
cf98709
feat: Use common alias
cballevre Nov 28, 2024
e9a67ce
feat: Remove cozy-client-js
cballevre Nov 28, 2024
1c4c7ba
feat: Use flag debug to activate redux devtools
cballevre Nov 28, 2024
307e5cc
feat: Remove mobile target
cballevre Nov 28, 2024
971e231
feat: Remove jsconfig.json
cballevre Nov 28, 2024
2916c57
feat: Every one use assets
cballevre Nov 28, 2024
3ed456b
feat: Remove webpack custom config
cballevre Nov 28, 2024
3be608f
feat: Remove old package
cballevre Nov 28, 2024
044bc76
feat: Remove style linting temporary
cballevre Nov 28, 2024
588ab49
feat: Use `development` mode when using `watch` script
Ldoppea Jan 7, 2025
8f998c6
chore: Adapt bundlemon config to new Rsbuild output
Ldoppea Jan 7, 2025
1b46e41
feat: Upgrade rsbuild-config-cozy-app to `0.2.0`
Ldoppea Jan 15, 2025
cbd114f
feat: Add `yarn start` script for rsbuild
Ldoppea Jan 15, 2025
349554e
feat: Use SWC for Jest unit tests
Ldoppea Jan 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Use import with extension for styles
cballevre authored and Ldoppea committed Jan 6, 2025
commit 0905a1d450e58e117fedac47de57265b8ea74073
2 changes: 1 addition & 1 deletion src/photos/components/Layout.jsx
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ import ButtonClient from 'components/pushClient/Button'
import { UploadQueue } from '../ducks/upload'
import PushBanner from 'components/PushBanner'

import styles from '../styles/layout'
import styles from '../styles/layout.styl'

const NavLink = genNavLinkForV6(RouterLink)