Skip to content

Commit dfa85f1

Browse files
committed
refactor: add commented block for enabling vue loader
1 parent 30008b1 commit dfa85f1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

templates/webpack.config.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,21 @@ Encore.configureDevServerOptions((options) => {
172172
// Encore.enablePostCssLoader()
173173
// Encore.configureCssLoader(() => {})
174174

175+
/*
176+
|--------------------------------------------------------------------------
177+
| Enable Vue loader
178+
|--------------------------------------------------------------------------
179+
|
180+
| Uncomment the following lines of code to enable support for vue. Also make
181+
| sure to install the required dependencies.
182+
|
183+
*/
184+
// Encore.enableVueLoader(() => {}, {
185+
// version: 3,
186+
// runtimeCompilerBuild: false,
187+
// useJsx: false
188+
// })
189+
175190
/*
176191
|--------------------------------------------------------------------------
177192
| Configure logging

0 commit comments

Comments
 (0)