mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-07-21 03:58:17 -06:00
PR-342468: trying to fix cypress pipeline.
This commit is contained in:
@ -46,7 +46,7 @@ export default {
|
||||
rules: [
|
||||
{
|
||||
test: /\.(ts|tsx)$/,
|
||||
exclude: /node_modules/,
|
||||
exclude: [/node_modules/, /\.test\.(ts|tsx)$/, /\.cy\.(ts|tsx)$/],
|
||||
use: 'ts-loader',
|
||||
},
|
||||
{
|
||||
@ -88,4 +88,4 @@ export default {
|
||||
new TerserPlugin(),
|
||||
],
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user