mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-06 22:26:41 +00:00
Fallback webpack test config process var.
This commit is contained in:
parent
07ddc99858
commit
33a53cf765
@ -37,7 +37,8 @@ export default (env, argv) => {
|
|||||||
path.resolve(__dirname, '../node_modules')
|
path.resolve(__dirname, '../node_modules')
|
||||||
],
|
],
|
||||||
fallback: {
|
fallback: {
|
||||||
path: require.resolve('path-browserify')
|
path: require.resolve('path-browserify'),
|
||||||
|
process: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
resolveLoader: {
|
resolveLoader: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user