-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
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:
- make a project with
vue create - cd to the project and add
webpack-obfuscator(i do it with yarn,yarn add webpack-obfuscator) - add file
vue.config.js, write this:
var JavaScriptObfuscator = require('webpack-obfuscator')
module.exports = {
configureWebpack: {
plugins: [
new JavaScriptObfuscator()
]
}
}
- serve it (i use yarn, so
yarn serve) - open the page, open the console, and you see the error
Metadata
Metadata
Assignees
Labels
No labels