template icon indicating copy to clipboard operation
template copied to clipboard

fix ts sourceMap warning on prod build

Open greenchapter opened this issue 3 years ago • 8 comments

This PR will change the following config

output: {sourcemap: true}
output: {sourcemap: !production}

It will remove the negation on sourceMap and removes the following warning: (!) Plugin typescript: @rollup/plugin-typescript: Typescript 'sourceMap' compiler option must be set to generate source maps.

Fixes #174

greenchapter avatar Apr 29 '21 08:04 greenchapter