-
Notifications
You must be signed in to change notification settings - Fork 43
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
Unknown plugin "transform-runtime" ... #15
Comments
On my side temporary fixed it with But I don't have enough knowledge to fix it in VueFuse and do a PR. :/ |
Thanks for reporting @iamvitali are you on version 1.2.1 or 1.2.0? I found a similar issue with v 1.2.0 and fixed in 1.2.1 |
:) |
cool, are you importing into |
@iamvitali i couldn't replicate in a test project, perhaps you could share an example that is exhibiting this issue? |
I had the same issue; was importing into my main JS file |
Hey @daverogers ! Thanks for reporting. Would you mind posting your main.js file so I can try to replicate? |
I just ran it without anything else that could possibly cause conflict, really simple: import Vue from 'vue'
import VueFuse from 'vue-fuse'
Vue.use(VueFuse) .babelrc
package.json {
"version": "1.0.0",
"private": true,
"main": "admin/src/app.js",
"dependencies": {
"axios": "^0.16.2",
"g": "^2.0.1",
"moment": "2.18.1",
"sweet-modal-vue": "^2.0.0",
"vue": "^2.4.4",
"vue-fuse": "^1.2.1",
"vue-stash": "^2.0.1-beta",
"vue2-filters": "^0.2.1"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.32",
"avoriaz": "^4.2.0",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"cash-dom": "^1.3.5",
"chai": "^4.1.2",
"css-loader": "^0.28.7",
"eslint-plugin-html": "^3.2.2",
"fast-sass-loader": "^1.3.0",
"jsdom": "^11.3.0",
"jsdom-global": "^3.0.2",
"mocha": "^3.5.3",
"mocha-webpack": "^0.7.0",
"node-sass": "^4.5.3",
"vue-loader": "^13.0.5",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.8.1"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --progress --colors --watch",
"test": "mocha-webpack --webpack-config webpack.test.config.js test/*.ts --recursive --require test/.setup.ts",
"production": "NODE_ENV='production' webpack --config webpack.config.js"
}
} |
Looks like some other Vue plugins have had this issue, check out the thread here: ratiw/vuetable-2#41 |
Hi, I've installed
vue-fuse
& didimport VueFuse from 'vue-fuse'
.Getting this error on
npm run dev
:The text was updated successfully, but these errors were encountered: