zorigitano / multipage-webpack-plugin

A plugin that makes handling templates and asset distribution for multi-page applications using webpack trivial
Apache License 2.0
170 stars 15 forks source link

refactor(ES6): added es6 goodness #28

Closed suhasdeshpande closed 7 years ago

suhasdeshpande commented 7 years ago

Not really needed but thought I will make some small contribution.

@TheLarkInn while I was checking out the plugin you are building, I thought we could make use of new ES6 syntax. Let me know if this adds any value. :)

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c157cd68443796020a948f3e0bf6818004333b4d on suhasdeshpande:master into 25743e7cff3dfc2d5fd65e6ed7831e147fb36751 on mutualofomaha:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c157cd68443796020a948f3e0bf6818004333b4d on suhasdeshpande:master into 25743e7cff3dfc2d5fd65e6ed7831e147fb36751 on mutualofomaha:master.

TheLarkInn commented 7 years ago

Thanks a bunch!!! Sorry the API is still a work in progress but this is great!!!

suhasdeshpande commented 7 years ago

@TheLarkInn I am on holidays and I just got my personal laptop. I am craving to write some JS. 😊 Your API was no issue at all.

TheLarkInn commented 7 years ago

You are more than happy to help with readme haha. Im bouncing between this repo and implementing for my business case so a bit sporadic but eventually I'll add docs for it.