From c4f237572d87fea2de1a3cc307e4df176c48a769 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 2 Jun 2023 17:43:51 -0700 Subject: Update macro/test docs (#3180) * Add test and fix plugin type * Update docs and config pages --- docs/runtime/configuration.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/runtime/configuration.md') diff --git a/docs/runtime/configuration.md b/docs/runtime/configuration.md index 8dc2bfe24..e1572c990 100644 --- a/docs/runtime/configuration.md +++ b/docs/runtime/configuration.md @@ -63,13 +63,6 @@ logLevel = "debug" # publicDir = "public" # external = ["jquery"] -[macros] -# Remap any import like this: -# import {graphql} from 'react-relay'; -# To: -# import {graphql} from 'macro:bun-macro-relay'; -react-relay = { "graphql" = "bun-macro-relay" } - [define] # Replace any usage of "process.env.bagel" with the string `lox`. # The values are parsed as JSON, except single-quoted strings are supported and `'undefined'` becomes `undefined` in JS. -- cgit v1.2.3