Chrizzly

Results 392 comments of Chrizzly

The question for me here is, how can we split the chunk-vendors file into smaller peaces? I mean if you need firebase or vuetify or fontawesome or bootstrap and you...

But can we split the chunk-vendor.js file into pieces?

Ahh ok, didn't know that. It is possible with: ``` configureWebpack:{ optimization: { splitChunks: { minSize: 10000, maxSize: 250000, } } } ``` Got the info from here: https://stackoverflow.com/questions/51816020/how-to-break-the-js-files-into-chunks-in-vue-cli-3-with-webpack-performance-obje

Here is the reference for using gherkin in cucumber: https://cucumber.io/docs/reference and here is the link to BNF: https://github.com/cucumber/gherkin2/wiki/BNF For galen I only have the link to the languauge, no BNF...

FYI, I created a ticket at the galen repo, to ask for BNF or ANTLR grammar files: https://github.com/galenframework/galen/issues/505

Hope this can help: https://github.com/hypery2k/galen_ide/blob/master/com.galenframework.specs.parent/com.galenframework.specs/src/com/galenframework/Specs.xtext

Anything new here? I got this error: ``` shell 10 10 2016 14:49:23.697:INFO [karma]: Karma v0.13.22 server started at http://localhost:9876/ 10 10 2016 14:49:23.711:INFO [launcher]: Starting browser PhantomJS 10 10...

I already did a "npm install phantomjs phantomjs-prebuild --save" but got the same error.

Ok I fixed this bug while installing libfontconfig: https://github.com/ariya/phantomjs/issues/10904 but now I have the same bug with "phantomjs has crashed.". Now it is related to the Windows 10 bash too.

Maybe I missed smth and the solution is easy :)