Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.0.0 rc #1517

Merged
merged 10 commits into from
Dec 20, 2023
Prev Previous commit
Next Next commit
Remove not existent script from webpack config
  • Loading branch information
andergmartins committed Dec 15, 2023
commit ca409e6a15943763617562c2aa13897a898da835
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const NODE_ENV = process.env.NODE_ENV || 'development';
module.exports = {
mode: NODE_ENV,
entry: {
'modules/custom-status/lib/custom-status-block': './modules/custom-status/lib/custom-status-block.jsx',
'modules/calendar/lib/async-calendar/js/index': './modules/calendar/lib/async-calendar/js/index.jsx',
'modules/efmigration/lib/js/efmigration': './modules/efmigration/lib/js/efmigration.jsx'
},
Expand Down