Skip to content

Commit

Permalink
Do no longer add configureLoaderRule in webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
k3ssen committed Apr 17, 2022
1 parent ab3986d commit 53b6a8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Command/SymfonyVuetifiedSetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ protected function modifyWebpackConfig(SymfonyStyle $io, Filesystem $filesystem)
$webpackConfig = str_replace('/app.js', '/app.ts', $webpackConfig);
$webpackConfig = str_replace('//.enableSassLoader()', '.enableSassLoader()', $webpackConfig);
$webpackConfig = str_replace('//.enableTypeScriptLoader()', '.enableTypeScriptLoader()
.configureLoaderRule(\'typescript\', rule => {
delete rule.exclude;
})
.enableVueLoader(() => {
}, {
runtimeCompilerBuild: true,
Expand Down

0 comments on commit 53b6a8c

Please sign in to comment.