mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 19:46:52 +03:00
Adding recipe for symfony/webpack-encore-bundle
This commit is contained in:
@@ -21,6 +21,10 @@ Encore
|
||||
//.addEntry('page1', './assets/js/page1.js')
|
||||
//.addEntry('page2', './assets/js/page2.js')
|
||||
|
||||
// will require an extra script tag for runtime.js
|
||||
// but, you probably want this, unless you're building a single-page app
|
||||
.enableSingleRuntimeChunk()
|
||||
|
||||
/*
|
||||
* FEATURE CONFIG
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user