We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3da8dc commit a7e53dbCopy full SHA for a7e53db
client/webpack.client.rails.config.js
@@ -21,10 +21,7 @@ config.entry.vendor.unshift(
21
);
22
23
// 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
-);
+config.entry.app.push('jquery-ujs');
28
29
// See webpack.common.config for adding modules common to both the webpack dev server and rails
30
0 commit comments