Skip to content

Commit

Permalink
0.0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 29, 2024
2 parents 6c6355c + 9cf301b commit 5152d6a
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 333 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ extension/*.html
/*.pem

.env*.local
webpack-stats.son
webpack-stats.json
2 changes: 1 addition & 1 deletion deeplinks
Submodule deeplinks updated from ab3727 to e9cb4a
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/perception-app",
"version": "0.0.89",
"version": "0.0.90",
"description": "Your second memory.",
"homepage": "https://deep.foundation/",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const config = {
serverSourceMaps: true,
},
// Automatically bundle external packages in the Pages Router:
bundlePagesRouterDependencies: true,
// bundlePagesRouterDependencies: true,
// Opt specific packages out of bundling for both App and Pages Router:
serverExternalPackages: ['react-icons'],
// serverExternalPackages: ['react-icons'],
webpack: (config, options) => {
const { defaultLoaders: { babel } } = options;
if (!options.dev && !options.isServer) {
Expand Down
Loading

0 comments on commit 5152d6a

Please sign in to comment.