mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-01-16 20:28:19 +01:00
fix: wrong relative paths in source maps
This commit is contained in:
parent
8aa78b3736
commit
a5fbf8f482
@ -20,6 +20,7 @@ export default [
|
||||
plugins: [
|
||||
typescript({
|
||||
exclude: ['**/__tests__/**'],
|
||||
sourceMap: false,
|
||||
tsconfig: './tsconfig.cjs.json',
|
||||
}),
|
||||
],
|
||||
@ -38,6 +39,7 @@ export default [
|
||||
plugins: [
|
||||
typescript({
|
||||
exclude: ['**/__tests__/**'],
|
||||
sourceMap: false,
|
||||
tsconfig: './tsconfig.esm.json',
|
||||
}),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user