Skip to content

Doesn't work with Vue #36

@alijaya

Description

@alijaya

Hi... I try to make it works with vue... but it keeps showing an error, and the error somehow changes each compilation.

How to reproduce:

  1. make a project with vue create
  2. cd to the project and add webpack-obfuscator (i do it with yarn, yarn add webpack-obfuscator)
  3. add file vue.config.js, write this:

var JavaScriptObfuscator = require('webpack-obfuscator')

module.exports = {
configureWebpack: {
plugins: [
new JavaScriptObfuscator()
]
}
}

  1. serve it (i use yarn, so yarn serve)
  2. open the page, open the console, and you see the error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions