Skip to content

Commit

Permalink
Website: Fix solid import error
Browse files Browse the repository at this point in the history
  • Loading branch information
hngngn committed Oct 28, 2024
1 parent 6c25757 commit be0e9d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"dev": "cd packages/dev && npm run dev",
"website": "cd packages/website && npm run start",
"build": "npm run build:ts && npm run build:react && npm run build:angular && npm run build:svelte && npm run build:vue && && npm run build:solid && npm run build:website",
"build": "npm run build:ts && npm run build:react && npm run build:angular && npm run build:svelte && npm run build:vue && npm run build:solid && npm run build:website",
"build:ts": "cd packages/ts && npm run build",
"build:angular": "cd packages/angular && npm run build",
"build:react": "cd packages/react && npm run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const config = {
module: {
rules: [
{
test: /\.module.ts|component.ts|.svelte$/,
test: /\.module.ts|component.ts|.svelte|-solid.tsx$/,
loader: 'file-loader',
},
],
Expand Down

0 comments on commit be0e9d8

Please sign in to comment.