Skip to content

Commit

Permalink
feat: allow headless clients to use react
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Mar 21, 2023
1 parent 81e6bd4 commit 8a1963f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/webpack/headless-webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const ZipPlugin = require('zip-webpack-plugin')
const terserOptions = process.env.KEEP_CLASSNAMES
? {
terserOptions: {
// eslint-disable-next-line @typescript-eslint/camelcase
keep_classnames: true
}
}
Expand Down Expand Up @@ -79,7 +78,7 @@ plugins.push(new IgnorePlugin({ resourceRegExp: /@kui-shell\/plugin-electron-com
;[
/^d3$/,
/^elkjs\/lib\/elk.bundled.js$/,
/^react(-.*)?$/,
/^react-dom?$/,
/^jquery$/,
// /^electron$/,
/^monaco-editor$/,
Expand Down

0 comments on commit 8a1963f

Please sign in to comment.