Add source maps to modern browsers dist

This commit is contained in:
Francisco Hodge 2022-01-21 09:14:41 -08:00
parent e7d44d0264
commit 984a381689

View File

@ -32,6 +32,7 @@ module.exports = {
mode: "production",
entry: './src/lib/index.modern.ts',
target: 'es5',
devtool: 'source-map',
output: {
filename: 'index.modern.js',
path: path.resolve(__dirname, 'build'),