[Solved] The `/deep/` selector is not working using sass-loader in my VueJS application
In my Vue components, I am trying to use the /deep/ <style lang=”scss” scoped> .parent-container { & /deep/ .child-comp {
Read moreIn my Vue components, I am trying to use the /deep/ <style lang=”scss” scoped> .parent-container { & /deep/ .child-comp {
Read moreYou need to update the webpack.config.js file and add the publicPath output: { path: path.resolve(__dirname, ‘./dist’), filename: ‘lib/js/build.js’, publicPath: ‘/’
Read more