1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-07-31 22:10:40 +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: [ plugins: [
typescript({ typescript({
exclude: ['**/__tests__/**'], exclude: ['**/__tests__/**'],
sourceMap: false,
tsconfig: './tsconfig.cjs.json', tsconfig: './tsconfig.cjs.json',
}), }),
], ],
@@ -38,6 +39,7 @@ export default [
plugins: [ plugins: [
typescript({ typescript({
exclude: ['**/__tests__/**'], exclude: ['**/__tests__/**'],
sourceMap: false,
tsconfig: './tsconfig.esm.json', tsconfig: './tsconfig.esm.json',
}), }),
], ],