You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Astrum 2.0.0-rc5, I'm seeing that Vue is running in development mode from this message
You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html
How do I switch Vue into Production mode?
Your environment
Platform: Mac
OS Version: 10.12.5
Node Version: 8.1.2
NPM Version: 5.0.3
Astrum Version: 2.0.0-rc5
The text was updated successfully, but these errors were encountered:
Hey @RyanHavoc,
hoping this to be a quick win, I started taking a look at it and just kept running into walls, at first webpack was complaining that the config needs an absolute path for output, which I changed according their docs. After that, an UglifyJs compilation error (see Screenshot below)
After inspecting the compiled code (main.min.js, line 23.525), I found it out to be just ES6 String template syntax. I searched for that expression in the currently checked in main.min.js on the release/2.0.0 branch and didn't find it. So I'm wondering, how did the current main.min.js get generated, or is it just my environment?
In Astrum 2.0.0-rc5, I'm seeing that Vue is running in development mode from this message
How do I switch Vue into Production mode?
Your environment
Platform: Mac
OS Version: 10.12.5
Node Version: 8.1.2
NPM Version: 5.0.3
Astrum Version: 2.0.0-rc5
The text was updated successfully, but these errors were encountered: