Skip to content

Commit

Permalink
refactor(strapi/cleanup): remove unused code and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandebalthasar committed Nov 9, 2023
1 parent 1a002f9 commit 158a4e6
Show file tree
Hide file tree
Showing 12 changed files with 19,617 additions and 33,417 deletions.
7 changes: 1 addition & 6 deletions apps/trackflix/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ exports.onCreateWebpackConfig = ({ stage, loaders, actions }) => {
if (stage === 'build-html' || stage === 'develop-html') {
actions.setWebpackConfig({
module: {
rules: [
{
test: /react-admin/,
use: loaders.null(),
},
],
rules: [],
},
})
}
Expand Down
52,197 changes: 19,610 additions & 32,587 deletions apps/trackflix/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion apps/trackflix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"luxon": "^2.0.1",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-admin": "^3.18.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
Expand Down
182 changes: 0 additions & 182 deletions apps/trackflix/src/shared/api/fetch.ts

This file was deleted.

18 changes: 0 additions & 18 deletions apps/trackflix/src/shared/api/helper.ts

This file was deleted.

31 changes: 0 additions & 31 deletions apps/trackflix/src/shared/api/index.ts

This file was deleted.

Loading

0 comments on commit 158a4e6

Please sign in to comment.