From a29feb4fe303a9f6579236830229ce1e8d293aaa Mon Sep 17 00:00:00 2001 From: SimonShiki Date: Thu, 2 Nov 2023 15:57:50 +0000 Subject: [PATCH] :wrench: chore: match -> include Signed-off-by: SimonShiki --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index d2f8073..719a0ce 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -61,7 +61,7 @@ const base = { license: packageJSON.license, grant: ['none'], 'run-at': 'document-start', - match: [ + include: [ 'http://localhost:8601/*', 'https://scratch.mit.edu/projects/*', 'https://aerfaying.com/Projects/*',