nejj / hexo-renderer-webpack

A Hexo renderer for Webpack.
MIT License
9 stars 4 forks source link

Use standard webpack.config.js #3

Open k-funk opened 8 years ago

k-funk commented 8 years ago

Is it possible to use the standard webpack.config.js? I'm not sure how I'd go about doing something like merging config files for different environments (example: different loader when building for production), or using js keywords like new (example: new PluginName).

m-kr commented 7 years ago

I don't know how to pass regex value in loader test property in yaml. This is the reason why I had to fork this repo.