mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
RM snippets (#11798)
This commit is contained in:
@@ -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: [
|
||||
|
Reference in New Issue
Block a user