Skip to content

Commit

Permalink
webpackAnalyzerを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
1000-x-t30 committed Nov 7, 2024
1 parent 5cc401a commit ba67da9
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 663 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
presets: ['@babel/preset-env', '@babel/preset-react', '@babel/preset-typescript'],
plugins: ['@babel/plugin-transform-runtime', '@babel/plugin-syntax-dynamic-import'],
plugins: ['@babel/plugin-transform-runtime'],
};
Loading

0 comments on commit ba67da9

Please sign in to comment.