Skip to content

Commit

Permalink
fix(frontend): fix build warnings related to typescript version (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed Jul 31, 2023
1 parent 3ffa636 commit 6a720f3
Show file tree
Hide file tree
Showing 8 changed files with 17,849 additions and 42,609 deletions.
40 changes: 0 additions & 40 deletions web/.storybook/main.js

This file was deleted.

11 changes: 0 additions & 11 deletions web/.storybook/preview.js

This file was deleted.

10 changes: 1 addition & 9 deletions web/craco.config.js
Expand Up @@ -17,19 +17,11 @@ module.exports = {
},
],
},
plugins: [
...webpackConfig.plugins,
new webpack.ProvidePlugin({Buffer: ['buffer', 'Buffer']}),
new webpack.ProvidePlugin({process: 'process/browser'}),
],
plugins: [...webpackConfig.plugins, new webpack.ProvidePlugin({Buffer: ['buffer', 'Buffer']})],
resolve: {
...webpackConfig.resolve,
fallback: {
stream: require.resolve('stream-browserify'),
buffer: require.resolve('buffer'),
path: require.resolve('path-browserify'),
url: require.resolve('url/'),
fs: false,
},
},
};
Expand Down

0 comments on commit 6a720f3

Please sign in to comment.