Skip to content

Commit

Permalink
fix: new syntax in build
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves committed Jan 10, 2025
1 parent f343d2a commit 8d475e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/app/config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ module.exports = {
new RegExp(`${sepRe}node_modules${sepRe}.*babel-plugin-macros`),
new RegExp(`sandbox-hooks`),
new RegExp(`template-icons`),
new RegExp(`${sepRe}node_modules${sepRe}.*react-devtools-inline`),
new RegExp(
`${sepRe}node_modules${sepRe}.*@codesandbox${sepRe}sandpack-react`
),
new RegExp(
`${sepRe}node_modules${sepRe}vue-template-es2015-compiler`
),
Expand Down Expand Up @@ -189,6 +193,9 @@ module.exports = {
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-proposal-class-properties',
'@babel/plugin-transform-runtime',
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-proposal-numeric-separator',
'@babel/plugin-proposal-nullish-coalescing-operator',
],
},
},
Expand Down

0 comments on commit 8d475e9

Please sign in to comment.