nguyenvanduocit / vue-loading-spinner

Just another collection of loading spinners with Vue.js, alot of spinners
https://nguyenvanduocit.github.io/vue-loading-spinner/
687 stars 106 forks source link

ReferenceError: Unknown plugin "transform-runtime" #10

Closed maxalmonte14 closed 1 year ago

maxalmonte14 commented 7 years ago

I install the plugin without any problem, but when I try to use it in my project, console throws me the following error:

Module build failed: ReferenceError: Unknown plugin "transform-runtime" specified in...

I'm doing like this:

import {CubeSpin} from 'vue-loading-spinner'; Vue.use(CubeSpin);

nguyenvanduocit commented 7 years ago

In your case, please try to install transform-runtime: yarn add babel-plugin-transform-runtime and go on if you miss any packages.