feat: improve contribution docs and add source maps to build (#237)

This commit is contained in:
Mildred Ki'Lya
2022-12-15 16:40:02 +01:00
committed by GitHub
parent ca87869210
commit 7d6275d83a
3 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,7 @@ function moduleNameToPath(libName) {
module.exports = {
entry: './src/index.ts',
mode: isProduction ? 'production' : 'development',
devtool: 'source-map',
module: {
rules: [
{