feat: improve contribution docs and add source maps to build (#237)
This commit is contained in:
@ -13,6 +13,7 @@ function moduleNameToPath(libName) {
|
||||
module.exports = {
|
||||
entry: './src/index.ts',
|
||||
mode: isProduction ? 'production' : 'development',
|
||||
devtool: 'source-map',
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user