chore: rebase issue

Signed-off-by: JounQin <admin@1stg.me>
This commit is contained in:
JounQin
2024-08-14 18:56:35 +08:00
parent 28a0779d6e
commit 4e64019790
+1 -1
View File
@@ -191,7 +191,7 @@ export async function createConfig(
// to remove this eventually!
plugins.push(
new bundler.ProvidePlugin({
process: require.resolve('process/browser'),,
process: require.resolve('process/browser'),
Buffer: ['buffer', 'Buffer'],
}),
);