Skip to content

Commit a7e53db

Browse files
committed
Remove unnecessary client entry point
1 parent c3da8dc commit a7e53db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

client/webpack.client.rails.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ config.entry.vendor.unshift(
2121
);
2222

2323
// jquery-ujs MUST GO AFTER jquery, so must use 'push'
24-
config.entry.app.push(
25-
'jquery-ujs',
26-
'./app/bundles/Comments/startup/clientGlobals'
27-
);
24+
config.entry.app.push('jquery-ujs');
2825

2926
// See webpack.common.config for adding modules common to both the webpack dev server and rails
3027

0 commit comments

Comments
 (0)