angular-xeditable icon indicating copy to clipboard operation
angular-xeditable copied to clipboard

angular-xeditable not working with webpack bundle from cloud env

Open jsandeepm opened this issue 9 years ago • 4 comments

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'])

jsandeepm avatar Aug 12 '16 13:08 jsandeepm

What is the error you are getting?

Not sure if this is relevant to your issue or not.

ckosloski avatar Aug 12 '16 21:08 ckosloski

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 .

jsandeepm avatar Aug 13 '16 02:08 jsandeepm

Have you seen this thread? There are several suggestions on changing your webpack settings to get past the sourcemap error.

ckosloski avatar Aug 14 '16 01:08 ckosloski

@jsandeepm are you still having an issue?

ckosloski avatar Aug 11 '17 19:08 ckosloski