mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
provide buffer module
This commit is contained in:
parent
176437032a
commit
17dc701dc7
1 changed files with 3 additions and 0 deletions
|
|
@ -189,6 +189,9 @@ module.exports = (env, argv) => ({
|
|||
VERSION: pachageJson.version,
|
||||
COMMIT_HASH
|
||||
}),
|
||||
new webpack.ProvidePlugin({
|
||||
Buffer: ['buffer', 'Buffer']
|
||||
}),
|
||||
new CleanWebpackPlugin({
|
||||
cleanOnceBeforeBuildPatterns: ['*']
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue