Skip to main content
Glama

PopUI

by kelnishi
webpack.plugins.ts890 B
import webpack from 'webpack'; import { WebpackPluginInstance } from "webpack"; import type IForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin'; import WebpackShellPluginNext from "webpack-shell-plugin-next"; import CopyWebpackPlugin from "copy-webpack-plugin"; // eslint-disable-next-line @typescript-eslint/no-var-requires const ForkTsCheckerWebpackPlugin: typeof IForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); export const plugins: WebpackPluginInstance[] = [ new webpack.NormalModuleReplacementPlugin(/^node:crypto$/, 'crypto'), new webpack.NormalModuleReplacementPlugin(/^node:fs$/, 'fs'), // new WebpackShellPluginNext({ // onBuildStart:{ // scripts: ['node copy-assets.js'], // blocking: true, // parallel: false // } // }), new ForkTsCheckerWebpackPlugin({ logger: 'webpack-infrastructure', }), ];

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kelnishi/PopUI'

If you have feedback or need assistance with the MCP directory API, please join our Discord server