songyazhao / vue-plain-slider

A simple slider component for Vue.js
MIT License
145 stars 18 forks source link

Unknown plugin "transform-runtime" #1

Closed richstandbrook closed 6 years ago

richstandbrook commented 6 years ago

In the browser I get this:

Uncaught Error: Module build failed: ReferenceError: Unknown plugin "transform-runtime" specified in "/Users/richard/Sites/X/Y/node_modules/vue-plain-slider/.babelrc" at 0, attempted to resolve relative to "/Users/richard/Sites/X/Y/node_modules/vue-plain-slider"

Looks like the module specifies transform-runtime as a babel plugin, but not a dependancy?

DestinyHunter commented 6 years ago

You can try installing babel-plugin-transform-runtime

 npm install --save-dev babel-plugin-transform-runtime

edit .babelrc

  {
    "plugins": ["transform-runtime"]
   }
songyazhao commented 6 years ago

@richstandbrook Problem has been repaired Please update version 1.0.2 Or delete that file node_modules/vue-plain-slider/.babelrc