mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Output source map for library build
This commit is contained in:
parent
26613512cf
commit
2c38644428
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer");
|
|||
const UnminifiedWebpackPlugin = require("unminified-webpack-plugin");
|
||||
|
||||
module.exports = {
|
||||
devtool: "source-map",
|
||||
mode: "production",
|
||||
resolve: {
|
||||
extensions: [".js", ".ts", ".tsx"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue