mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Remove topLevelAwait from webpack configs.
This commit is contained in:
parent
f064deafb1
commit
3433e0a0f6
@ -20,9 +20,6 @@ export default (env, argv) => {
|
||||
}
|
||||
},
|
||||
target: 'web',
|
||||
experiments: {
|
||||
topLevelAwait: true
|
||||
},
|
||||
externals: {
|
||||
fs: '{ existsSync: () => true }',
|
||||
mkdirp: '{}'
|
||||
|
@ -21,9 +21,6 @@ export default (env, argv) => {
|
||||
},
|
||||
target: 'web',
|
||||
devtool: 'source-map',
|
||||
experiments: {
|
||||
topLevelAwait: true
|
||||
},
|
||||
externals: {
|
||||
fs: '{ existsSync: () => true }',
|
||||
mkdirp: '{}'
|
||||
|
@ -17,9 +17,6 @@ export default (env, argv) => {
|
||||
target: 'web',
|
||||
mode: 'development',
|
||||
devtool: 'source-map',
|
||||
experiments: {
|
||||
topLevelAwait: true
|
||||
},
|
||||
externals: {
|
||||
fs: '{ existsSync: () => true }',
|
||||
'fs-extra': '{ copy: () => {} }',
|
||||
|
Loading…
x
Reference in New Issue
Block a user