prevent warning when building
This commit is contained in:
parent
4d8dcef6a2
commit
916ddf55a3
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export default {
|
||||||
}),
|
}),
|
||||||
commonjs(),
|
commonjs(),
|
||||||
typescript({
|
typescript({
|
||||||
sourceMap: !production,
|
sourceMap: true,
|
||||||
inlineSources: !production,
|
inlineSources: !production,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue