Skip to content

Commit 39f031b

Browse files
committed
Remove ;
1 parent 983f5b8 commit 39f031b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/webpack-encore-bundle/1.0/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Encore
5151
.configureBabelPresetEnv((config) => {
5252
config.useBuiltIns = 'usage';
5353
config.corejs = 3;
54-
});
54+
})
5555

5656
// enables Sass/SCSS support
5757
//.enableSassLoader()

0 commit comments

Comments
 (0)