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

fix: add missing null-loader dependency #152

Merged
merged 1 commit into from
Jul 20, 2020

Commits on Feb 12, 2020

  1. Add missing null-loader dependency

    Fix issue in vuetifyjs#101
    
    On the fresh project adding the `vue add vuetify` plugin results in a missing dependency:
    
    ```
    WEBPACK  Failed to compile with 9 error(s)
    
    Error in ./node_modules/vuetify/lib/components/VImg/VImg.js
    
      Module not found: 'null-loader' in '/Users/jamie/temp/vuetify-create-test'
    ```
    JamesMcMahon committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    41ea4de View commit details
    Browse the repository at this point in the history