-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
Version
3.0.1
Node and OS info
Node 10.6.0 / npm 6.4.0 / Windows 10
Steps to reproduce
- Created a new project with
vue create
and chose my settings - Added some SCSS, imported, and ran
npm run build
What is expected?
Split CSS from JS, and minify everything.
What is actually happening?
CSS is still inside JS and not only the JS file app.js
is not being minified, but all eval
s from development are still in there.
I've restarted my computer, deleted node_modules and reinstalled everything. Also I notice the "building for production" text is displayed, so it should be doing the right thing, yet the output app.js
file is 933.61kb in size, and I only have a simple Vue Vuex setup and some CSS, nothing more.
Metadata
Metadata
Assignees
Labels
No labels