You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Samuel,
Yeah I have added sass-loader and css-loader.
Does not fix the bundling error :(
Get Outlook for Android<https://aka.ms/ghei36>
From: Samuell
Sent: Monday, 27 November, 17:00
Subject: Re: [vuematerial/vue-material] Browserify and the new vue-material (#1219)
To: vuematerial/vue-material
Cc: tachiaus, Author
Hey, do you have sass-loader?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1219 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AgZqKCgdsJNANg7m3WivPAfM3VDaQGtbks5s6mT1gaJpZM4QrCcZ>.
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?
The text was updated successfully, but these errors were encountered: