Skip to content

Commit

Permalink
build(docs): add scss-lookup to build and enable webpackBuildWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Nov 11, 2023
1 parent 9ba54a7 commit 41ca197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const nextConfig = {
// does not support mdx plugins
experimental: {
mdxRs: true,
webpackBuildWorker: true,
},
typescript: {
ignoreBuildErrors: true,
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"next-build": "next build",
"watchers": "npm-run-all -p mdx-pages-watch scss-lookup-watch next-dev",
"dev": "npm-run-all create-env create-api-docs watchers",
"build": "npm-run-all create-env create-api-docs mdx-pages next-build",
"build": "npm-run-all create-env create-api-docs mdx-pages scss-lookup next-build",
"start": "next start",
"clean-static": "rm -rf .turbo .next node_modules",
"clean": "npm-run-all mdx-pages-clean clean-static",
Expand Down

0 comments on commit 41ca197

Please sign in to comment.