-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Browserify problem with 0.9.3 (unminified) #160
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
Comments
What is in your vue.js file? With Browserify, you should require |
it's the vue.js file from npm, moved to a different directory, used with require('./vue"). Pulling it from node_modules with require('vue') does work. |
I think the problem has always been here with the dist version:
Is there a reason why you cannot use |
there is no particular reason. closed :) |
When using the minified version of 0.9.3 from npm, browserify works fine. When using the unminified file (vue.js), I get the following error.
Error: module "./config" not found from "/home/jake/code/pomodoro/src/scripts/vue.js"
The text was updated successfully, but these errors were encountered: