mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
Output source map for library build
This commit is contained in:
parent
26613512cf
commit
2c38644428
@ -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…
Reference in New Issue
Block a user