You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
Trying to use the plugin, yet receive this error with the Demo:
Error: Module parse failed: Unexpected token (4:13)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpa
ck.js.org/concepts#loaders
| import { cacheLoad } from "../../utils/cache"
|
> let channelID: string = process.env.CHANNEL_ID
|
| export default async function handler(
and in the browser
Error when executing function "/Users/ben/code/gatsby/gatsby-plugin-support-chat/packages/demo/node_modules/gatsby-plugin-support-chat/src/api/gatsby-plugin-support-chat/receive-slack-hook.ts":
Module parse failed: Unexpected token (7:5)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.
See https://webpack.js.org/concepts#loaders | | export default async function handler( > req: GatsbyFunctionRequest, | res: GatsbyFunctionResponse | ) {
The text was updated successfully, but these errors were encountered:
Trying to use the plugin, yet receive this error with the Demo:
and in the browser
The text was updated successfully, but these errors were encountered: