Skip to content
Snippets Groups Projects
Commit 469ca6cb authored by dsehnal's avatar dsehnal
Browse files

fix webpack build

parent c0be790f
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
...@@ -49,7 +49,10 @@ const sharedConfig = { ...@@ -49,7 +49,10 @@ const sharedConfig = {
path.resolve(__dirname, 'lib/') path.resolve(__dirname, 'lib/')
], ],
fallback: { fallback: {
fs: false fs: false,
crypto: require.resolve('crypto-browserify'),
path: require.resolve('path-browserify'),
stream: require.resolve('stream-browserify'),
} }
}, },
watchOptions: { watchOptions: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment