Output source map for library build

This commit is contained in:
Jordan Eldredge 2019-03-16 21:51:12 -07:00
parent 26613512cf
commit 2c38644428

View File

@ -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"]