Results 15 comments of Dudi

@Richard095, @darkbasic, @NickIliev Half a year later ... It works for me!! `webpack.config.js` ```javascript plugins: [ // Define useful constants like TNS_WEBPACK new webpack.NormalModuleReplacementPlugin( /^ws$/, 'nativescript-websockets' ), ``` `main.ts` ```typescript...

@ShahnavazKazi I am faced with the same problem, Have you fix it?

@fpaaske did you fix it?