mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
update to 3.6.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @ts-check
|
||||
// Note: type annotations allow type checking and IDEs autocompletion
|
||||
|
||||
const {themes} = require('prism-react-renderer');
|
||||
const { themes } = require('prism-react-renderer');
|
||||
const lightCodeTheme = themes.github;
|
||||
const darkCodeTheme = themes.dracula;
|
||||
|
||||
@@ -12,6 +12,16 @@ const baseUrl = '/';
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
future: {
|
||||
experimental_faster: {
|
||||
swcJsLoader: true,
|
||||
swcJsMinimizer: true,
|
||||
swcHtmlMinimizer: true,
|
||||
lightningCssMinimizer: true,
|
||||
rspackBundler: true,
|
||||
mdxCrossCompilerCache: true,
|
||||
},
|
||||
},
|
||||
title: 'SailPoint Developer Community',
|
||||
tagline:
|
||||
'The SailPoint Developer Community has everything you need to build, extend, and automate scalable identity solutions.',
|
||||
@@ -53,16 +63,6 @@ const config = {
|
||||
}),
|
||||
],
|
||||
],
|
||||
webpack: {
|
||||
jsLoader: (isServer) => ({
|
||||
loader: require.resolve("esbuild-loader"),
|
||||
options: {
|
||||
loader: "tsx",
|
||||
format: isServer ? "cjs" : undefined,
|
||||
target: isServer ? "node12" : "es2017",
|
||||
},
|
||||
}),
|
||||
},
|
||||
themeConfig:
|
||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||
({
|
||||
|
||||
Reference in New Issue
Block a user