Fix dev build

This commit is contained in:
Alexandre Bodin 2021-09-28 10:41:31 +02:00
parent dd9543147c
commit f15056f158

View File

@ -23,7 +23,7 @@ module.exports = () => {
const args = {
entry,
cacheDir: __dirname,
pluginsPath: [path.resolve(__dirname, '../../../')],
pluginsPath: [path.resolve(__dirname, '../../../packages')],
dest,
env,
options,