schovi/webpack-chrome-extension

Strip out less, stylus, sass loaders

Closed this issue · 5 comments

First of all, big thanks to you for this contribution, great work!

Not all devs use these loaders and mostly not use them all at once. sass loader also require node-gyp step so I already encountered some problems on windows. I guess cool solution for this - make some webpack.config hook for user, so he could override configuration.

Like search for some webpack.chrome-extension.config,js file in the root of user project and merge it then with default config.

Also this project is more like seed now, but if we strip out all extra stuff and leave some core that could be installed from npm, we can cover it with tests, linting add travis support.

@Lapanoid thanks for positive feedback. It is little bit old version for me. We are working on project and it is under heavy development :) I am little out of time now, but as soon as possible i will commit update with everything and then we can make cuts and sharp it.

Any suggestions or pull requests are welcome.

@Lapanoid I made some cleaning, refactoring, commenting.

355a2aa
57927db
041dd97
4b26d8a
1827b14
9978c68

Any more suggesting? My plan for now is to improve README file.

That is great! At least this issue should be closed now. Would be great if you write about how it works underhood.

I will try