diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-20 11:39:06 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-20 11:39:06 -0500 |
commit | 514a8b62d6539713e62f59e9a6844b168e105771 (patch) | |
tree | 64530b3cf0ec29a3e0000ca5f483f4bcc8574489 /webpack/webpack.common.js | |
parent | 8be3cb157a1c62ab6495b98d1f26337e32e5b5e7 (diff) | |
download | SponsorBlock-514a8b62d6539713e62f59e9a6844b168e105771.tar.gz SponsorBlock-514a8b62d6539713e62f59e9a6844b168e105771.zip |
Added beta build to CI
Diffstat (limited to 'webpack/webpack.common.js')
-rw-r--r-- | webpack/webpack.common.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js index 162c8b50..99dbac35 100644 --- a/webpack/webpack.common.js +++ b/webpack/webpack.common.js @@ -42,7 +42,8 @@ module.exports = env => ({ ), new BuildManifest({ browser: env.browser, - pretty: env.mode === "production" + pretty: env.mode === "production", + stream: env.stream }) ] }); |