File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @trendyol-js/react-carousel" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Lightweight carousel component for react" ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/es/index.js" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import pkg from './package.json';
4
4
import typescript from 'rollup-plugin-typescript2' ;
5
5
import autoprefixer from 'autoprefixer' ;
6
6
import { terser } from 'rollup-plugin-terser' ;
7
- import replace from '@rollup/plugin-replace' ;
8
7
9
8
const isProduction = process . env . BUILD === 'production' ;
10
9
@@ -31,7 +30,6 @@ export default {
31
30
writeDefinitions : true ,
32
31
} ) ,
33
32
typescript ( { useTsconfigDeclarationDir : true } ) ,
34
- isProduction && replace ( { 'data-testid' : '' } ) ,
35
33
isProduction && terser ( ) ,
36
34
] ,
37
35
external : {
You can’t perform that action at this time.
0 commit comments