Skip to content

Commit acd687d

Browse files
author
raipubnub
authored
Merge pull request #167 from pubnub/develop
fix minified js
2 parents 87f2a6b + b948c7f commit acd687d

File tree

5 files changed

+17718
-4
lines changed

5 files changed

+17718
-4
lines changed

dist/titanium/pubnub.js

Lines changed: 7822 additions & 1 deletion
Large diffs are not rendered by default.

dist/titanium/pubnub.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/pubnub.js

Lines changed: 9891 additions & 1 deletion
Large diffs are not rendered by default.

dist/web/pubnub.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.config.common.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
let config = {
22
mode: 'production',
3+
optimization: {
4+
minimize: false
5+
},
36
module: {
47
rules: [
58
{

0 commit comments

Comments
 (0)