-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
contribution welcomeContributions welcomeContributions welcomestatus: core team reviewPriority issues for the core team to reviewPriority issues for the core team to reviewtopic: docsUsed when working with docsUsed when working with docstype: enhancementRequest to enhance an existing featureRequest to enhance an existing feature
Description
Bug report
Version
0.14.0
Steps to reproduce
Create a vue component in .vuepress/components
<template>
<p class="red">Should be red</p>
</template>
<style scoped>
.red {
color: red
}
</style>
Add "sideEffects": false
to package.json
file
The scoped
attribute doesn't have an impact
What is expected?
When runnig the build, the css should be extracted in a CSS file
What is actually happening?
The CSS is dropped at some point, but it works correctly under dev
Other relevant information
- Your OS: latest osx
- Node.js version: 10
- Browser version: Chrome
- Is this a global or local install? local
- Which package manager did you use for the install? yarn
BuptStEve, songololo and kyrsquir
Metadata
Metadata
Assignees
Labels
contribution welcomeContributions welcomeContributions welcomestatus: core team reviewPriority issues for the core team to reviewPriority issues for the core team to reviewtopic: docsUsed when working with docsUsed when working with docstype: enhancementRequest to enhance an existing featureRequest to enhance an existing feature