chore: Fixed path

This commit is contained in:
Bryan Thomas 2022-10-14 10:34:20 -05:00
parent 0734bffb1e
commit 0c9f55153b

View File

@ -25,7 +25,7 @@ function webpack(webpackConfig = {}, options = {}) {
}
function managerEntries(entry = []) {
return [...entry, require.resolve('./dist/manager')];
return [...entry, require.resolve('./dist/src/manager')];
}
module.exports = { webpack, managerEntries };