Skip to content

Commit 07413e9

Browse files
新增 ugc 函数
1 parent 8e1b237 commit 07413e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+82407
-4
lines changed

build/webpack.config.base.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,13 @@ module.exports = {
5858

5959
//其它解决方案配置
6060
resolve: {
61-
extensions: ['.js', '.json', '.css']
61+
extensions: ['.js', '.json', '.css'],
62+
fallback: {
63+
fs: false,
64+
path: require.resolve("path-browserify"),
65+
crypto: require.resolve("crypto-browserify"),
66+
stream: require.resolve("stream-browserify")
67+
}
6268
},
6369

6470
externals: {

dist/mapboxgl/UGCWasmAll.wasm

2.49 MB
Binary file not shown.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy