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