mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
unvendor: Replace DOMPurify
This commit is contained in:
@ -4,12 +4,7 @@ export const publicLibConfig = {
|
||||
entry: './public/lib.js',
|
||||
cache: true,
|
||||
devtool: 'source-map',
|
||||
module: {
|
||||
rules: [{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
}],
|
||||
},
|
||||
module: {},
|
||||
experiments: {
|
||||
outputModule: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user