Hello,
I am using manifest-revision-webpack-plugin. I have to use vue.js as well. Without vue plugin works well. But there is a problem with vue components. Styles from vue components are not applying.
Without flask, jinja2, manifest-revision-webpack-plugin there are no problems. Simple:
<link href="..." rel="stylesheet">
to add css file to html. Vue components work well. So webpack.config.js does not contains errors and does not have wrong settings. But I have to use flask, etc.
I want to unite manifest-revision-webpack-plugin and vue.js with working css-styles in vue components.
Currently styles in components are not applying to tags and styles from vue components are also not applying to index.css
Hello, I am using manifest-revision-webpack-plugin. I have to use vue.js as well. Without vue plugin works well. But there is a problem with vue components. Styles from vue components are not applying. Without flask, jinja2, manifest-revision-webpack-plugin there are no problems. Simple:
<link href="..." rel="stylesheet">
to add css file to html. Vue components work well. So webpack.config.js does not contains errors and does not have wrong settings. But I have to use flask, etc. I want to unite manifest-revision-webpack-plugin and vue.js with working css-styles in vue components.
Currently styles in components are not applying to tags and styles from vue components are also not applying to index.css
webpack.config.js