unic / estatico

[DEPRECATED] Estático – Static site generator for frontend unicorns
Other
121 stars 18 forks source link

Reduce JS bundle size and add webpack bundle analyzer #86

Open backflip opened 6 years ago

backflip commented 6 years ago

Tested in IE >= 9 and Chrome

TODO:

orioltf commented 6 years ago

It seems QUnit tests are failing all around… not only in this PR

orioltf commented 6 years ago

I implemented this branch in current project without issues so far. By the way: very handy (and scary up to a certain point) the stats view

backflip commented 6 years ago

@orioltf, re QUnit: Netlify seems to be fine, is it possible that the tests run through in PhantomJS (during the build) and we're just screwing up the paths for the browser?

orioltf commented 6 years ago

I would say so. It seems test.js gets a 404 when loading slideshow module page.

orioltf commented 6 years ago

@backflip How would you see using package.json to define the browserslist? https://github.com/ai/browserslist#environments I think it would be more transparent to everyone, specially in maintenance phases.

backflip commented 6 years ago

@orioltf Tests are fixed in https://github.com/unic/estatico/pull/89

backflip commented 6 years ago

Added to new implementation