Browse Source

Switched browser target on `umd`

sanex3339 7 years ago
parent
commit
6f54b74e39
2 changed files with 1 additions and 1 deletions
  1. 0 0
      dist/index.browser.js
  2. 1 1
      webpack/webpack.browser.config.js

File diff suppressed because it is too large
+ 0 - 0
dist/index.browser.js


+ 1 - 1
webpack/webpack.browser.config.js

@@ -43,7 +43,7 @@ module.exports = {
         })
     ],
     output: {
-        libraryTarget: 'var',
+        libraryTarget: 'umd',
         library: 'JavaScriptObfuscator',
         filename: 'index.browser.js'
     },

Some files were not shown because too many files changed in this diff