AlbertLucianto / vue-text-highlight

Text highlighter library for Vue.js :lipstick:
https://albertlucianto.github.io/vue-text-highlight
MIT License
326 stars 35 forks source link

Inline CSS Sourcemaps in Production Build #10

Closed MariusRumpf closed 5 years ago

MariusRumpf commented 5 years ago

The vue-text-highlight.min.js file contains inline source maps for the scss styles compiled from the vue files:

map:{version:3,sources:["/Users/albertlucianto/Projects/vue-text-highlight/src/components/index.vue","index.vue"],names:[],mappings:"AAiFA;EACA,mBAAA;EACA,kBAAA;AAAA;;AC/EA,oCAAoC",file:"index.vue",sourcesContent:[null,".text__highlight {\n  background: #ffcc00;\n  border-radius: 3px; }\n\n/*# sourceMappingURL=index.vue.map */"]
AlbertLucianto commented 5 years ago

@MariusRumpf thanks for raising this issue. There is no longer any sourcemap in v2.0.6.