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

Browserify and the new vue-material #1219

Open
tachiaus opened this issue Nov 27, 2017 · 3 comments
Open

Browserify and the new vue-material #1219

tachiaus opened this issue Nov 27, 2017 · 3 comments
Assignees

Comments

@tachiaus
Copy link

Hi,

I have been trying to get the new beta working using browserify as the package manager.

In my app.js file i have:

var Vue = require('vue')
var VueMaterial = require('vue-material')
Vue.use(VueMaterial)

When i run the command browserify app.js -0 bundle.js

I receive the error:

Error: Cannot find module '!!../../node_modules/css-loader/index.js!../../node_modules/sass-loader/lib/loader.js!./index.scss'

If i remove the reference to vue-material in my app.js the browserify command works.

Any ideas?

@vuematerial vuematerial deleted a comment from Samuell1 Nov 27, 2017
@marcosmoura
Copy link
Member

I will check that. The browserify environment is untested for now.

@tachiaus
Copy link
Author

tachiaus commented Nov 30, 2017 via email

@guillenotfound
Copy link

Will you provide support prior to final release? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants