Skip to content

Commit

Permalink
Merge pull request #62 from pnp/v7
Browse files Browse the repository at this point in the history
V7
  • Loading branch information
tavikukko authored Sep 13, 2024
2 parents 6375d8d + 61b5406 commit 7e3f3ea
Show file tree
Hide file tree
Showing 685 changed files with 96,585 additions and 134,036 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
Expand Down
7 changes: 7 additions & 0 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
devServer: {
devMiddleware: {
writeToDisk: true,
},
},
};
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ gulp.task('default',
// 'copy:sp-taxonomy',
'copy:microsoft-graph-types',
'copy:microsoft-graph-client',
'copy:msal',
//'copy:msal',
'copy:msal-browser',
// 'copy:AuthCodeMSALBrowserAuthenticationProvider',
'copy:react',
Expand Down
Loading

0 comments on commit 7e3f3ea

Please sign in to comment.