vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 915 forks source link

electron vue pug in docs #1576

Open tvortsa opened 5 years ago

tvortsa commented 5 years ago

Version

15.7.1

Reproduction link

https://ibb.co/47qYkbX

Steps to reproduce

just read docs page

What is expected?

webpack.config.js

note: if you make electron app then: webpack.renderer.config.js

What is actually happening?

webpack.config.js


need add case for electron apps :

webpack.renderer.config.js

LinusBorg commented 5 years ago

I don't think that it makes sense to put this information there.

This documentation is not about electron, it's only about how to add vue-loader to any kind of webpack config.

Also, depending on how the electronporject is set up, the file might not even be called webpack.rendere.config.js, this naming is not required.