dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=foreach loop logic mishap. Should work as expected now
Jake Vanderwerf
2026-01-01
ae8a8cbe2ae8920b7f3c24e70658beca22e6e3be
[jakevan/jvb.git]
/
1webpack.config.js
1
2
3
4
5
6
7
8
const defaultConfig = require('@wordpress/scripts/config/webpack.config');
module.exports = {
...defaultConfig,
entry: {
QueueManager: './src/QueueManager.js'
}
};