RM snippets (#11798)

This commit is contained in:
Bagatur
2023-10-15 12:20:58 -07:00
committed by GitHub
parent ccd1400423
commit 6c5bb1b2e1
145 changed files with 11013 additions and 11694 deletions

View File

@@ -6,8 +6,6 @@
const { ProvidePlugin } = require("webpack");
const path = require("path");
const snippetsPath = path.resolve(__dirname, "snippets");
const baseLightCodeBlockTheme = require("prism-react-renderer/themes/vsLight");
const baseDarkCodeBlockTheme = require("prism-react-renderer/themes/vsDark");
@@ -42,9 +40,6 @@ const config = {
path: false,
url: false,
},
alias: {
"@snippets": snippetsPath,
},
},
module: {
rules: [