1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-01 22:40:33 +02:00

fix: wrong relative paths in source maps

This commit is contained in:
Łukasz Holeczek
2023-03-07 12:44:29 +01:00
parent 8aa78b3736
commit a5fbf8f482

View File

@@ -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',
}),
],