angular-xeditable not working with webpack bundle from cloud env
angular-xeditable is working for my project locally. After deploying the app to cloud it is failing to the app. If i remove this module from my project it works fine.
Is there any issue with webpack build for this module:
dependencies:
"angular-xeditable":"0.2.0",
index.pug
link(rel="stylesheet" href=(appBaseUrl + '/styles/xeditable.css'))
app.js:
import 'angular-xeditable'; angular.module(PApp, ['xeditable'])
I am getting below error
failed to parse sourcemap: bundle.js.map
On 13-Aug-2016 2:30 AM, "ckosloski" [email protected] wrote:
What is the error you are getting?
Not sure if this is relevant https://github.com/lpiepiora/bower-webpack-plugin/issues/19to your issue or not.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vitalets/angular-xeditable/issues/514#issuecomment-239558618, or mute the thread https://github.com/notifications/unsubscribe-auth/AJXb_HtET0GH_jWmoNMvCDAHmo_egXFUks5qfN8HgaJpZM4JjEE3 .
Have you seen this thread? There are several suggestions on changing your webpack settings to get past the sourcemap error.
@jsandeepm are you still having an issue?