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:
@@ -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',
|
||||
}),
|
||||
],
|
||||
|
Reference in New Issue
Block a user