Vladyslav Piskunov

Results 46 comments of Vladyslav Piskunov

Still happening - 2 years later... Just started happening a month or two ago... any fix?

@misterGF let me know how it goes!

Hey @misterGF ! Good to hear, I'll have a look at your bad commit tomorrow or day after, but in the mean time regarding errors in my fork - seems...

@misterGF Hi, I asked you on your previous comment - haven't heard your feedback on: > seems like the files could be missing or path is wrong. > > Can...

I thought @misterGF had merged this long time back? Also seems theres been a lot of changes since my initial pull request, so unless it was merged, might be easier...

Any luck yet? really need to see the build times :)

**Alright, I made it work**: in your `vue.config.js`, do the following: ``` module.exports = { configureWebpack: (config) => { smp.wrap(config); }, }; ``` If you have anything in your `configureWebpack`,...

@stephencookdev Maybe we can add this to Readme.md or to examples dir? Happy to contribute

@stephencookdev actually my solution above worked but only during `npm run ios` (it's a vue+nativescript project), but failed on web-build running into #63 Seems like this could be related: https://github.com/jantimon/html-webpack-plugin/issues/875...

Any luck with this? Using Vue + Nativescript project, it runs fine when building for ios/native, but fails with the above error on web-build, presuming as html plugin is not...