File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,21 @@ Encore.configureDevServerOptions((options) => {
172
172
// Encore.enablePostCssLoader()
173
173
// Encore.configureCssLoader(() => {})
174
174
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
+
175
190
/*
176
191
|--------------------------------------------------------------------------
177
192
| Configure logging
You can’t perform that action at this time.
0 commit comments