Skip to content

Commit

Permalink
Particle issue #498 Fix Weebpack error thrown when loading configs (#499
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yuginaili authored and illepic committed Dec 31, 2018
1 parent 6138e55 commit 536770a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/pl/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)}`,
],
}),
],
Expand Down

0 comments on commit 536770a

Please sign in to comment.