Skip to content

Commit

Permalink
fix: use esbuild loader
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Nov 22, 2024
1 parent bab8920 commit deb0eed
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/sphinxawesome_theme/static/theme.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions src/sphinxawesome_theme/static/theme.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* clipboard.js v2.0.11
* https://clipboardjs.com/
*
* Licensed MIT © Zeno Rocha
*/
* clipboard.js v2.0.11
* https://clipboardjs.com/
*
* Licensed MIT © Zeno Rocha
*/
4 changes: 1 addition & 3 deletions src/theme-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@
"clipboard": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@fontsource/jetbrains-mono": "^5.1.1",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"esbuild-loader": "^4.2.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-webpack-plugin": "^4.2.0",
Expand Down
Loading

0 comments on commit deb0eed

Please sign in to comment.