vue-cli-plugin-javascript-obfuscator 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -88,6 +88,6 @@ module.exports = (api, options) => {
88
88
  }
89
89
  }
90
90
  // Instantiate and apply the plugin to the Webpack config
91
- config.plugin('javascript-obfuscator').use(JavascriptObfuscatorPlugin)
91
+ webpackConfig.plugin('javascript-obfuscator').use(JavascriptObfuscatorPlugin)
92
92
  })
93
93
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-cli-plugin-javascript-obfuscator",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Vue CLI plugin for JavaScript obfuscation using javascript-obfuscator@4.x",
5
5
  "main": "index.js",
6
6
  "scripts": {