Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obfuscate #19

Open
luizmucman opened this issue Nov 1, 2018 · 1 comment
Open

Obfuscate #19

luizmucman opened this issue Nov 1, 2018 · 1 comment

Comments

@luizmucman
Copy link

I can build the example without obfuscate the app.js?

@mauron85
Copy link
Owner

mauron85 commented Nov 1, 2018

There is source map available, so you should be able to browse source code in the browser.
Also you can build app.js and skip minimization phase with:

NODE_ENV=development npm run compile

It will compile app.js and leave it unminified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants