mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-16 04:52:13 +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,
|
VERSION: pachageJson.version,
|
||||||
COMMIT_HASH
|
COMMIT_HASH
|
||||||
}),
|
}),
|
||||||
|
new webpack.ProvidePlugin({
|
||||||
|
Buffer: ['buffer', 'Buffer']
|
||||||
|
}),
|
||||||
new CleanWebpackPlugin({
|
new CleanWebpackPlugin({
|
||||||
cleanOnceBeforeBuildPatterns: ['*']
|
cleanOnceBeforeBuildPatterns: ['*']
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue