Skip to content

Commit

Permalink
fix: dont remove common platform from css selector
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Aug 26, 2020
1 parent 1f48950 commit 3be6159
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Api.registerFormat({
const selector = options.selector
.replace(/\[entry\]/g, entry)
.replace(/\[platform\]/g, platform)
.replace(/common\/?/g, '')

const transformers = config.transforms.filter((transform) => transform.type === 'name')

Expand Down

0 comments on commit 3be6159

Please sign in to comment.