1
0
Fork 0

prevent warning when building

This commit is contained in:
Kim, Jimin 2022-01-11 18:04:48 +09:00
parent 4d8dcef6a2
commit 916ddf55a3

View file

@ -75,7 +75,7 @@ export default {
}),
commonjs(),
typescript({
sourceMap: !production,
sourceMap: true,
inlineSources: !production,
}),