hxlniada / webpack-concat-plugin

a plugin to help webpack to concat file and inject to html
https://github.com/hxlniada/webpack-concat-plugin
97 stars 55 forks source link

Inline source map #63

Open stevenvachon opened 5 years ago

stevenvachon commented 5 years ago

Would be nice if this were possible. Also, if it could implicitly rely on devtool.

Downchuck commented 5 years ago

For inline sourcemaps already compiled by something like tsc (typescript) I hit the issue that webpack concat is not inserting a newline, and the inline sourcemap does not end the file in a newline.