-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
vue run build not packaging CSS correctly #977
Comments
AyushG3112
changed the title
vue run build not packaging CSS correctly
Mar 13, 2018
vue run build
not packaging CSS correctly
This is a problem of |
AyushG3112
added a commit
to AyushG3112/vue-full-loading
that referenced
this issue
Apr 27, 2018
CSS Changelog: 1. Change `@-webkit-keyframes` to `@keyframes` 2. Add `animation` rules along with `-webkit-animation` for compatibility. Fixes: PygmySlowLoris#11 Refs: vuejs/vue-cli#977
@yyx990803 thanks for the reply! Opened up a PR to fix this in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.0.0-beta.6 ( tested both using vue create and vue init )
Reproduction link
https://github.com/AyushG3112/vue-build-css-parsing-error-repro
Steps to reproduce
npm install
npm run serve
, click the Show Loader button and notice the rotating snipper in the bottom right.npm run build
, click the Show Loader button and run the production output fromdist
folder. Notice the missing SpinnerWhat is expected?
Spinner should appear in both the cases
What is actually happening?
Spinner appears in the
npm run serve
and NOT innpm run build
From initial debugging, it seems like the plugin contains some CSS like
which is not being packaged in the build css generated
The text was updated successfully, but these errors were encountered: