vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Sourcemap missing in published package from npm #2159

Closed puresick closed 3 years ago

puresick commented 4 years ago

Steps to reproduce

Install vue-material in its current latest release (1.0.0-beta-11). Import and use it in your vue-project. Transpile with parcel-bundler. Get warning from parcel that sourcemaps are missing: Screenshot 2019-12-23 at 12 23 45

Which browser?

Vue: 2.6.10 vue-material: 1.0.0-beta-11 node: 12.13.1 parcel-bundler: 1.12.4

What is expected?

Include sourcemaps for minified .js files.

What is actually happening?

Sourcemaps are missing for minified .js files, resulting in a warning by parcel.