markmarijnissen / webpack-cordova-plugin

Output webpack to a Cordova app.
65 stars 20 forks source link

Setting output directory #7

Closed SebastianSchenk closed 6 years ago

SebastianSchenk commented 8 years ago

I wanted to use this plugin in order to build my existing web project in cordova. The Problem is that the plugin is replacing the output defined by the webpack.config and uses the cwd.

What is the purpose of the approach? Why not just using the defined output?

SebastianSchenk commented 6 years ago

Closing due to inactivity.