Skip to content

Commit

Permalink
website: modify kkt config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 28, 2023
1 parent e4901be commit ac6c597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/.kktrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export default (conf: Configuration, env: 'production' | 'development', options:
}),
);
conf.module!.exprContextCritical = false;
conf.ignoreWarnings = [{ module: /node_modules[\\/]parse5[\\/]/ }];

if (env === 'production') {
conf.output = { ...conf.output, publicPath: './' };
conf.optimization = {
Expand Down

1 comment on commit ac6c597

@vercel
Copy link

@vercel vercel bot commented on ac6c597 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-amap – ./

react-amap-git-master-398188662.vercel.app
react-amap-398188662.vercel.app
react-amap-one.vercel.app

Please sign in to comment.