We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54caac6 commit 9a09d8fCopy full SHA for 9a09d8f
1 file changed
‎packages/cgb-scripts/config/webpack.config.dev.js‎
@@ -119,7 +119,10 @@ module.exports = {
119
// stats: 'errors-only',
120
// Add externals.
121
externals: {
122
- 'react': 'React',
+ react: 'React',
123
'react-dom': 'ReactDOM',
124
+ ga: 'ga', // Old Google Analytics.
125
+ gtag: 'gtag', // New Google Analytics.
126
+ jquery: 'jQuery', // import $ from 'jquery' // Use the WordPress version.
127
},
128
};
0 commit comments