File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
4242 dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/net6.0
4343 dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/net6.0/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
44- exit 1
Original file line number Diff line number Diff line change 88 < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
99 < title > Essential JS 2 for React - Feature Rich DataGrid</ title >
1010 < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " />
11- < link href ="https://cdn.syncfusion.com/ej2/29.1.33 /material3.css " class ="theme-primary " rel ="stylesheet ">
11+ < link href ="https://cdn.syncfusion.com/ej2/33.2.3 /material3.css " class ="theme-primary " rel ="stylesheet ">
1212 < link href ="https://ej2.syncfusion.com/demos/src/grid/images/Grid/style.css " rel ="stylesheet " type ="text/css "/>
1313 < link rel ="stylesheet " href ="https://cdn.syncfusion.com/content/images/common/menu/master/icons/menufontV2.css?v1 ">
1414 < link rel ="stylesheet " href ="https://cdn.syncfusion.com/content/stylesheets/components/bootstrap/BootstrapLayoutv132.min.css ">
Original file line number Diff line number Diff line change 1414 "@types/react-dom" : " ^18.2.6" ,
1515 "@types/react-router-dom" : " ^5.3.3" ,
1616 "css-loader" : " ^6.8.1" ,
17+ "glob" : " ^13.0.6" ,
1718 "html-webpack-plugin" : " ^5.5.3" ,
1819 "mini-css-extract-plugin" : " ^2.7.6" ,
1920 "terser-webpack-plugin" : " ^5.3.9" ,
2021 "ts-loader" : " ^9.4.4" ,
2122 "typescript" : " ^5.1.6" ,
2223 "webpack" : " ^5.88.1" ,
2324 "webpack-cli" : " ^5.1.4" ,
24- "webpack-dev-server" : " ^4.15 .1"
25+ "webpack-dev-server" : " 5.2 .1"
2526 },
2627 "dependencies" : {
2728 "@syncfusion/ej2-react-buttons" : " *" ,
Original file line number Diff line number Diff line change 1- var glob = require ( "glob" ) ;
21const HtmlWebpackPlugin = require ( "html-webpack-plugin" ) ;
32const MiniCssExtractPlugin = require ( "mini-css-extract-plugin" ) ;
43const TerserPlugin = require ( "terser-webpack-plugin" ) ;
54const path = require ( "path" ) ;
65
76module . exports = {
87 entry : {
9- index : glob . sync ( "./src/**/**/* .tsx" )
8+ index : "./src/common/index .tsx"
109 } ,
1110 target : "web" ,
1211 module : {
You can’t perform that action at this time.
0 commit comments