diff --git a/apps/pl/webpack.config.js b/apps/pl/webpack.config.js index 68d27bebe3..c32e0d3cb8 100644 --- a/apps/pl/webpack.config.js +++ b/apps/pl/webpack.config.js @@ -90,7 +90,10 @@ const dev = { new RunScriptOnFiletypeChange({ test: /\.(twig|yml|md|json)$/, exec: [ - `npx gulp compile --config ${path.resolve(APP_PATH, 'config.js')}`, + `npx gulp compile --config ${path.resolve( + APP_PATH, + 'particle.app.config.js' + )}`, ], }), ],